:orphan: .. title:: CONFIG_UART_LPC11U6X .. kconfig:: CONFIG_UART_LPC11U6X CONFIG_UART_LPC11U6X #################### *LPC11U6X serial driver* Type: ``bool`` Help ==== .. code-block:: none Enable UART driver for LPC11U6X series Direct dependencies =================== (\ :kconfig:`SERIAL ` && \ :kconfig:`SOC_SERIES_LPC11U6X `) || (\ :kconfig:`SERIAL ` && \ :kconfig:`SOC_SERIES_LPC11U6X `) || (\ :kconfig:`SOC_SERIES_LPC11U6X ` && \ :kconfig:`SERIAL `) *(Includes any dependencies from ifs and menus.)* Defaults ======== - y - y Symbols selected by this symbol =============================== - \ :kconfig:`SERIAL_HAS_DRIVER ` - \ :kconfig:`SERIAL_SUPPORT_INTERRUPT ` Kconfig definitions =================== At ``/arm/nxp_lpc/lpc11u6x/Kconfig.defconfig.series:36`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:25`` → ``/kconfig/Kconfig.soc.defconfig:1`` → ``/arm/nxp_lpc/Kconfig.defconfig:4`` Menu path: (Top) .. code-block:: kconfig config UART_LPC11U6X bool default y depends on SERIAL && SOC_SERIES_LPC11U6X ---- At ``/arm/nxp_lpc/lpc11u6x/Kconfig.defconfig.series:36`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:27`` → ``/arm/nxp_lpc/Kconfig.defconfig:4`` Menu path: (Top) .. code-block:: kconfig config UART_LPC11U6X bool default y depends on SERIAL && SOC_SERIES_LPC11U6X ---- At ``/serial/Kconfig.lpc11u6x:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:26`` → ``/serial/Kconfig:158`` Menu path: (Top) → Device Drivers → Serial Drivers .. code-block:: kconfig config UART_LPC11U6X bool "LPC11U6X serial driver" select SERIAL_HAS_DRIVER select SERIAL_SUPPORT_INTERRUPT depends on SOC_SERIES_LPC11U6X && SERIAL help Enable UART driver for LPC11U6X series *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*