-
CONFIG_UART_MCUX
¶
MCUX uart driver
Type: bool
Help¶
Enable the MCUX uart driver.
Direct dependencies¶
(SERIAL
&& SOC_MK22F51212
&& SOC_SERIES_KINETIS_K2X
) || (SERIAL
&& SOC_MK64F12
&& SOC_SERIES_KINETIS_K6X
) || (SERIAL
&& SOC_SERIES_KINETIS_KV5X
) || (SERIAL
&& (SOC_MKW22D5
|| SOC_MKW24D5
) && SOC_SERIES_KINETIS_KWX
) || (HAS_MCUX
&& CLOCK_CONTROL
&& SERIAL
)
(Includes any dependencies from ifs and menus.)
Defaults¶
y
y
y
y
Symbols selected by this symbol¶
Kconfig definitions¶
At <Zephyr>/soc/arm/nxp_kinetis/k2x/Kconfig.defconfig.mk22f12:60
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:19
→ <BuildDir>/kconfig/Kconfig.soc.defconfig:1
→ <Zephyr>/soc/arm/nxp_kinetis/Kconfig.defconfig:3
→ <Zephyr>/soc/arm/nxp_kinetis/k2x/Kconfig.defconfig.series:18
Menu path: (Top)
config UART_MCUX
bool
default y
depends on SERIAL && SOC_MK22F51212 && SOC_SERIES_KINETIS_K2X
At <Zephyr>/soc/arm/nxp_kinetis/k6x/Kconfig.defconfig.mk64f12:71
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:19
→ <BuildDir>/kconfig/Kconfig.soc.defconfig:1
→ <Zephyr>/soc/arm/nxp_kinetis/Kconfig.defconfig:3
→ <Zephyr>/soc/arm/nxp_kinetis/k6x/Kconfig.defconfig.series:26
Menu path: (Top)
config UART_MCUX
bool
default y
depends on SERIAL && SOC_MK64F12 && SOC_SERIES_KINETIS_K6X
At <Zephyr>/soc/arm/nxp_kinetis/kv5x/Kconfig.defconfig.series:46
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:19
→ <BuildDir>/kconfig/Kconfig.soc.defconfig:1
→ <Zephyr>/soc/arm/nxp_kinetis/Kconfig.defconfig:3
Menu path: (Top)
config UART_MCUX
bool
default y
depends on SERIAL && SOC_SERIES_KINETIS_KV5X
At <Zephyr>/soc/arm/nxp_kinetis/kwx/Kconfig.defconfig.mkw2xd512:64
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:19
→ <BuildDir>/kconfig/Kconfig.soc.defconfig:1
→ <Zephyr>/soc/arm/nxp_kinetis/Kconfig.defconfig:3
→ <Zephyr>/soc/arm/nxp_kinetis/kwx/Kconfig.defconfig.series:11
Menu path: (Top)
config UART_MCUX
bool
default y
depends on SERIAL && (SOC_MKW22D5 || SOC_MKW24D5) && SOC_SERIES_KINETIS_KWX
At <Zephyr>/drivers/serial/Kconfig.mcux:6
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:32
→ <Zephyr>/drivers/Kconfig:24
→ <Zephyr>/drivers/serial/Kconfig:69
Menu path: (Top) → Device Drivers → Serial Drivers
config UART_MCUX
bool "MCUX uart driver"
select SERIAL_HAS_DRIVER
select SERIAL_SUPPORT_INTERRUPT
depends on HAS_MCUX && CLOCK_CONTROL && SERIAL
help
Enable the MCUX uart driver.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)