-
CONFIG_UART_NUVOTON
¶
NUVOTON MCU serial driver
Type: bool
Help¶
This option enables the UART driver for Nuvoton Numicro family of processors. Say y to use serial port on Nuvoton MCU.
Defaults¶
No defaults. Implicitly defaults to n
.
Symbols selected by this symbol¶
Kconfig definition¶
At <Zephyr>/drivers/serial/Kconfig.nuvoton:8
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:32
→ <Zephyr>/drivers/Kconfig:24
→ <Zephyr>/drivers/serial/Kconfig:113
Menu path: (Top) → Device Drivers → Serial Drivers
config UART_NUVOTON bool "NUVOTON MCU serial driver" selectSERIAL_HAS_DRIVER
selectHAS_NUMICRO_UART
depends onSOC_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.)