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