:orphan: .. title:: CONFIG_UART_NUMICRO .. kconfig:: CONFIG_UART_NUMICRO CONFIG_UART_NUMICRO ################### *NUVOTON MCU serial driver* Type: ``bool`` Help ==== .. code-block:: none This option enables the UART driver for Nuvoton Numicro family of processors. Say y to use serial port on Nuvoton MCU. Direct dependencies =================== \ :kconfig:`SOC_FAMILY_NUMICRO ` && \ :kconfig:`SERIAL ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols selected by this symbol =============================== - \ :kconfig:`SERIAL_HAS_DRIVER ` - \ :kconfig:`HAS_NUMICRO_UART ` Kconfig definition ================== At ``/serial/Kconfig.numicro:8`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:26`` → ``/serial/Kconfig:140`` Menu path: (Top) → Device Drivers → Serial Drivers .. code-block:: kconfig config UART_NUMICRO bool "NUVOTON MCU serial driver" select SERIAL_HAS_DRIVER select HAS_NUMICRO_UART depends on SOC_FAMILY_NUMICRO && SERIAL help This option enables the UART driver for Nuvoton Numicro family of processors. Say y to use serial port on Nuvoton MCU. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*