boards: arm: bl654_usb: move Kconfig definition to Kconfig
A Kconfig option was defined in the Kconfig.defconfig file. Move it to the board Kconfig file since definitions are not allowed in defconfig files, just change default values. Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
This commit is contained in:
parent
aa69fe5ec9
commit
736a62b4d3
2 changed files with 6 additions and 6 deletions
|
@ -8,3 +8,9 @@ config BOARD_ENABLE_DCDC
|
|||
select SOC_DCDC_NRF52X
|
||||
default y
|
||||
depends on BOARD_BL654_USB
|
||||
|
||||
config BL654_USB_SERIAL_BACKEND_CDCACM
|
||||
bool "Use CDC ACM UART as backend for BL654 USB adapter"
|
||||
default y if !USB_DEVICE_BLUETOOTH
|
||||
help
|
||||
Use CDC ACM UART as backend for console or shell.
|
||||
|
|
|
@ -26,12 +26,6 @@ config FLASH_LOAD_OFFSET
|
|||
config USB_CDC_ACM
|
||||
default n if USB_DEVICE_BLUETOOTH
|
||||
|
||||
config BL654_USB_SERIAL_BACKEND_CDCACM
|
||||
bool "Use CDC ACM UART as backend for BL654 USB adapter"
|
||||
default y if !USB_DEVICE_BLUETOOTH
|
||||
help
|
||||
Use CDC ACM UART as backend for console or shell.
|
||||
|
||||
if BL654_USB_SERIAL_BACKEND_CDCACM
|
||||
|
||||
config UART_CONSOLE
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue