-
CONFIG_CONSOLE_HAS_DRIVER
¶
(No prompt – not directly user assignable.)
Type: bool
Help¶
This is an option to be enabled by console drivers to signal that some kind of console exists.
Defaults¶
No defaults. Implicitly defaults to n
.
Symbols that select this symbol¶
Kconfig definition¶
At <Zephyr>/drivers/console/Kconfig:33
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:32
→ <Zephyr>/drivers/Kconfig:14
Menu path: (Top) → Device Drivers → Console drivers
config CONSOLE_HAS_DRIVER
bool
depends on CONSOLE
help
This is an option to be enabled by console drivers to signal
that some kind of console exists.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)