CONFIG_UART_LPC11U6X
LPC11U6X serial driver
Type: bool
Help
Enable UART driver for LPC11U6X series
Direct dependencies
(SERIAL
&& SOC_SERIES_LPC11U6X
) || (SERIAL
&& SOC_SERIES_LPC11U6X
) || (SOC_SERIES_LPC11U6X
&& SERIAL
)
(Includes any dependencies from ifs and menus.)
Defaults
y
y
Symbols selected by this symbol
Kconfig definitions
At <Zephyr>/soc/arm/nxp_lpc/lpc11u6x/Kconfig.defconfig.series:36
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:25
→ <nRF>/doc/_build/kconfig/Kconfig.soc.defconfig:1
→ <Zephyr>/soc/arm/nxp_lpc/Kconfig.defconfig:4
Menu path: (Top)
config UART_LPC11U6X
bool
default y
depends on SERIAL && SOC_SERIES_LPC11U6X
At <Zephyr>/soc/arm/nxp_lpc/lpc11u6x/Kconfig.defconfig.series:36
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:27
→ <Zephyr>/soc/arm/nxp_lpc/Kconfig.defconfig:4
Menu path: (Top)
config UART_LPC11U6X
bool
default y
depends on SERIAL && SOC_SERIES_LPC11U6X
At <Zephyr>/drivers/serial/Kconfig.lpc11u6x:6
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:42
→ <Zephyr>/drivers/Kconfig:26
→ <Zephyr>/drivers/serial/Kconfig:170
Menu path: (Top) → Device Drivers → Serial Drivers
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.)