Skip to content

Commit cf112e2

Browse files
tejlmandcfriedt
authored andcommitted
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 <[email protected]>
1 parent 0ad4b44 commit cf112e2

File tree

4 files changed

+0
-8
lines changed

4 files changed

+0
-8
lines changed

boards/arm/arduino_nano_33_ble/arduino_nano_33_ble_defconfig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ CONFIG_HW_STACK_PROTECTION=y
1111
# enable peripherals
1212
CONFIG_GPIO=y
1313
CONFIG_SERIAL=y
14-
CONFIG_CONSOLE=y
1514

1615
# enable sam-ba bootloader on legacy mode
1716
CONFIG_BOOTLOADER_BOSSA=y

boards/arm/lpcxpresso54114/lpcxpresso54114_m0_defconfig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
CONFIG_SOC_LPC54114_M0=y
88
CONFIG_SOC_SERIES_LPC54XXX=y
99
CONFIG_BOARD_LPCXPRESSO54114_M0=y
10-
CONFIG_CONSOLE=y
1110
CONFIG_USE_SEGGER_RTT=y
1211
CONFIG_SERIAL=n
1312
CONFIG_CORTEX_M_SYSTICK=y

boards/arm/nrf52840dongle_nrf52840/nrf52840dongle_nrf52840_defconfig

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,6 @@ CONFIG_HW_STACK_PROTECTION=y
1313
# enable GPIO
1414
CONFIG_GPIO=y
1515

16-
# enable console
17-
CONFIG_CONSOLE=y
18-
1916
# additional board options
2017
CONFIG_GPIO_AS_PINRESET=y
2118
CONFIG_NFCT_PINS_AS_GPIOS=y

boards/arm/thingy53_nrf5340/thingy53_nrf5340_cpunet_defconfig

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,3 @@ CONFIG_HW_STACK_PROTECTION=y
1212

1313
# Enable GPIO
1414
CONFIG_GPIO=y
15-
16-
# Enable console
17-
CONFIG_CONSOLE=y

0 commit comments

Comments
 (0)