CONFIG_SERIAL_HAS_DRIVER¶
(No prompt – not directly user assignable.)
Type: bool
Help¶
This is an option to be enabled by individual serial driver
to signal that there is a serial driver. This is being used
by other drivers which are dependent on serial.
Defaults¶
No defaults. Implicitly defaults to n.
Symbols that select this symbol¶
Kconfig definition¶
At <Zephyr Driver>/serial/Kconfig:15
Included via Kconfig:8 → Kconfig.zephyr:42 → <Zephyr Driver>/Kconfig:26
Menu path: (Top) → Device Drivers → Serial Drivers
config SERIAL_HAS_DRIVER
    bool
    depends on SERIAL
    help
      This is an option to be enabled by individual serial driver
      to signal that there is a serial driver. This is being used
      by other drivers which are dependent on serial.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)