drivers: console: remove unused CONSOLE selection
Fixes: #38403 Removing unneeded `CONFIG_CONSOLES=y` occurrences where no console driver is selected. Such selection results in an empty drivers__console zephyr library, which again results in the following warning message. > No SOURCES given to Zephyr library: drivers__console > > Excluding target from build. Signed-off-by: Torsten Rasmussen <Torsten.Rasmussen@nordicsemi.no>
This commit is contained in:
parent
d800b4a4d7
commit
72a8520a57
4 changed files with 0 additions and 8 deletions
|
@ -11,7 +11,6 @@ CONFIG_HW_STACK_PROTECTION=y
|
|||
# enable peripherals
|
||||
CONFIG_GPIO=y
|
||||
CONFIG_SERIAL=y
|
||||
CONFIG_CONSOLE=y
|
||||
|
||||
# enable sam-ba bootloader on legacy mode
|
||||
CONFIG_BOOTLOADER_BOSSA=y
|
||||
|
|
|
@ -7,7 +7,6 @@
|
|||
CONFIG_SOC_LPC54114_M0=y
|
||||
CONFIG_SOC_SERIES_LPC54XXX=y
|
||||
CONFIG_BOARD_LPCXPRESSO54114_M0=y
|
||||
CONFIG_CONSOLE=y
|
||||
CONFIG_USE_SEGGER_RTT=y
|
||||
CONFIG_SERIAL=n
|
||||
CONFIG_CORTEX_M_SYSTICK=y
|
||||
|
|
|
@ -13,9 +13,6 @@ CONFIG_HW_STACK_PROTECTION=y
|
|||
# enable GPIO
|
||||
CONFIG_GPIO=y
|
||||
|
||||
# enable console
|
||||
CONFIG_CONSOLE=y
|
||||
|
||||
# additional board options
|
||||
CONFIG_GPIO_AS_PINRESET=y
|
||||
CONFIG_NFCT_PINS_AS_GPIOS=y
|
||||
|
|
|
@ -12,6 +12,3 @@ CONFIG_HW_STACK_PROTECTION=y
|
|||
|
||||
# Enable GPIO
|
||||
CONFIG_GPIO=y
|
||||
|
||||
# Enable console
|
||||
CONFIG_CONSOLE=y
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue