refactor: Move to USB_DEVICE_STACK symbol.
See: https://docs.zephyrproject.org/latest/releases/release-notes-2.7.html#changes-in-this-release
This commit is contained in:
parent
3528e1b497
commit
6287819fcc
10 changed files with 24 additions and 39 deletions
|
|
@ -422,7 +422,7 @@ menu "Advanced"
|
|||
|
||||
menu "Initialization Priorities"
|
||||
|
||||
if USB
|
||||
if USB_DEVICE_STACK
|
||||
|
||||
config ZMK_USB_INIT_PRIORITY
|
||||
int "USB Init Priority"
|
||||
|
|
@ -526,7 +526,7 @@ config KERNEL_BIN_NAME
|
|||
config REBOOT
|
||||
default y
|
||||
|
||||
config USB
|
||||
config USB_DEVICE_STACK
|
||||
default y if HAS_HW_NRF_USBD
|
||||
|
||||
config ZMK_WPM
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue