zephyr/subsys
Ulf Magnusson 7024e7ca7b shell: kconfig: Fix SEGGER_SYSTEMVIEW/SHELL_BACKEND_RTT build issue
RTT_CONSOLE depends on CONSOLE, but SEGGER_SYSTEMVIEW and
SHELL_BACKEND_RTT select RTT_CONSOLE without also selecting CONSOLE.

This leads to a build failure in drivers/console/rtt_console.c (compiled
if RTT_CONSOLE is enabled) unless CONSOLE is enabled some other way.
Symbols like CONFIG_RTT_RETRY_DELAY_MS won't be defined, because they
depend on CONSOLE.

Came up in https://github.com/zephyrproject-rtos/zephyr/pull/21860. This
fix was verified there.

(Would be nice to get rid of some 'select's in the console subsystem at
some point. This is a quick fix.)

Signed-off-by: Ulf Magnusson <Ulf.Magnusson@nordicsemi.no>
2020-01-16 17:37:47 +01:00
..
bluetooth Bluetooth: Selecting ENTROPY_GENERATOR for crypto 2020-01-16 13:25:31 +01:00
console kconfig: Clean up header comments and make them consistent 2019-11-04 17:31:27 -05:00
cpp treewide: avoid use of unsupported C++ specifiers 2019-12-13 17:19:54 -06:00
debug shell: kconfig: Fix SEGGER_SYSTEMVIEW/SHELL_BACKEND_RTT build issue 2020-01-16 17:37:47 +01:00
dfu dfu: allow MCUBoot configured without scratch 2020-01-13 12:47:04 +01:00
disk global: Remove leading/trailing blank lines in files 2019-12-11 19:17:27 +01:00
fb kconfig: Clean up header comments and make them consistent 2019-11-04 17:31:27 -05:00
fs global: Remove leading/trailing blank lines in files 2019-12-11 19:17:27 +01:00
jwt kconfig: Clean up header comments and make them consistent 2019-11-04 17:31:27 -05:00
logging logging: rtt: Improve synchronous mode 2020-01-14 11:19:10 -05:00
mgmt mcumgr: BT SMP transport config for authenticated requirement 2019-12-20 20:28:39 -05:00
net net: buf: Switch from net buf assert to system assert 2020-01-13 13:59:55 +01:00
power soc: nrf91: add power management 2020-01-10 13:09:44 +01:00
random subsys/random: fix unused value warning 2019-12-20 08:51:53 -05:00
settings settings: Deprecate base64 in fs backed settings 2020-01-16 10:21:29 -05:00
shell shell: kconfig: Fix SEGGER_SYSTEMVIEW/SHELL_BACKEND_RTT build issue 2020-01-16 17:37:47 +01:00
stats
storage kconfig: Clean up header comments and make them consistent 2019-11-04 17:31:27 -05:00
testsuite arch: arm: Move ARM code to AArch32 sub-directory 2019-12-20 11:40:59 -05:00
usb usb: Fix usb tests reporting error 2020-01-07 21:05:44 +01:00
CMakeLists.txt
Kconfig kconfig: Clean up header comments and make them consistent 2019-11-04 17:31:27 -05:00