:orphan: .. title:: UART_NPCX .. option:: CONFIG_UART_NPCX *Nuvoton NPCX embedded controller (EC) serial driver* Type: ``bool`` Help ==== Enable support for NPCX UART driver. Help ==== This option enables the UART driver for NPCX family of processors. Say y if you wish to use serial port on NPCX MCU. Direct dependencies =================== (\ :option:`SERIAL ` && \ :option:`SOC_SERIES_NPCX7 `) || (\ :option:`SOC_FAMILY_NPCX ` && \ :option:`SERIAL `) *(Includes any dependencies from ifs and menus.)* Default ======= - y Symbols selected by this symbol =============================== - \ :option:`SERIAL_HAS_DRIVER ` - \ :option:`SERIAL_SUPPORT_INTERRUPT ` Kconfig definitions =================== .. highlight:: kconfig At ``soc/arm/nuvoton_npcx/npcx7/Kconfig.defconfig.series:26`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:19`` → ``/home/runner/work/bridle/bridle/workspace/build/Kconfig/Kconfig.soc.defconfig:1`` → ``soc/arm/nuvoton_npcx/Kconfig.defconfig:6`` Menu path: (Top) .. parsed-literal:: config UART_NPCX bool default y depends on \ :option:`SERIAL ` && \ :option:`SOC_SERIES_NPCX7 ` help Enable support for NPCX UART driver. ---- At ``drivers/serial/Kconfig.npcx:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:24`` → ``drivers/serial/Kconfig:133`` Menu path: (Top) → Device Drivers → Serial Drivers .. parsed-literal:: config UART_NPCX bool "Nuvoton NPCX embedded controller (EC) serial driver" select \ :option:`SERIAL_HAS_DRIVER ` select \ :option:`SERIAL_SUPPORT_INTERRUPT ` depends on \ :option:`SOC_FAMILY_NPCX ` && \ :option:`SERIAL ` help This option enables the UART driver for NPCX family of processors. Say y if you wish to use serial port on NPCX MCU. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*