:orphan: .. title:: UART_LPC11U6X .. option:: CONFIG_UART_LPC11U6X *LPC11U6X serial driver* Type: ``bool`` Help ==== Enable UART driver for LPC11U6X series Direct dependencies =================== (\ :option:`SERIAL ` && \ :option:`SOC_SERIES_LPC11U6X `) || (\ :option:`SOC_SERIES_LPC11U6X ` && \ :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/nxp_lpc/lpc11u6x/Kconfig.defconfig.series:36`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:19`` → ``/home/runner/work/bridle/bridle/workspace/build/Kconfig/Kconfig.soc.defconfig:1`` → ``soc/arm/nxp_lpc/Kconfig.defconfig:4`` Menu path: (Top) .. parsed-literal:: config UART_LPC11U6X bool default y depends on \ :option:`SERIAL ` && \ :option:`SOC_SERIES_LPC11U6X ` ---- At ``drivers/serial/Kconfig.lpc11u6x:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:24`` → ``drivers/serial/Kconfig:131`` Menu path: (Top) → Device Drivers → Serial Drivers .. parsed-literal:: config UART_LPC11U6X bool "LPC11U6X serial driver" select \ :option:`SERIAL_HAS_DRIVER ` select \ :option:`SERIAL_SUPPORT_INTERRUPT ` depends on \ :option:`SOC_SERIES_LPC11U6X ` && \ :option:`SERIAL ` help Enable UART driver for LPC11U6X series *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*