:orphan: .. title:: CONFIG_SERIAL_TEST .. kconfig:: CONFIG_SERIAL_TEST CONFIG_SERIAL_TEST ################## *(No prompt -- not directly user assignable.)* Type: ``bool`` Direct dependencies =================== \ :kconfig:`SERIAL ` *(Includes any dependencies from ifs and menus.)* Default ======= - n Kconfig definition ================== At ``/serial/Kconfig.test:7`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:26`` → ``/serial/Kconfig:168`` Menu path: (Top) → Device Drivers → Serial Drivers .. code-block:: kconfig config SERIAL_TEST bool default n depends on SERIAL *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*