:orphan: .. title:: CONFIG_HAS_NUMICRO_UART .. kconfig:: CONFIG_HAS_NUMICRO_UART CONFIG_HAS_NUMICRO_UART ####################### *(No prompt -- not directly user assignable.)* Type: ``bool`` Help ==== .. code-block:: none Enable Nuvoton Universal asynchronous receiver transmitter HAL module driver Direct dependencies =================== \ :kconfig:`HAS_NUMICRO_HAL ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols that select this symbol =============================== - \ :kconfig:`UART_NUMICRO ` Kconfig definition ================== At ``/Kconfig.nuvoton:14`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:33`` → ``/Kconfig:21`` Menu path: (Top) → Modules → Nuvoton drivers .. code-block:: kconfig config HAS_NUMICRO_UART bool depends on HAS_NUMICRO_HAL help Enable Nuvoton Universal asynchronous receiver transmitter HAL module driver *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*