-
CONFIG_UART_IMX_UART_4
¶
Enable NXP i.MX7 UART4 Port
Type: bool
Help¶
Enable support for UART4 port in the driver. Say y here if you want to use UART4 device.
Direct dependencies¶
(UART_IMX
&& BOARD_UDOO_NEO_FULL_M4
) || (UART_IMX
&& SERIAL
)
(Includes any dependencies from ifs and menus.)
Default¶
n
Kconfig definitions¶
At boards/arm/udoo_neo_full_m4/Kconfig.defconfig:22
Included via Kconfig:8
→ Kconfig.zephyr:26
Menu path: (Top)
config UART_IMX_UART_4 bool default n depends onUART_IMX
&&BOARD_UDOO_NEO_FULL_M4
At drivers/serial/Kconfig.imx:36
Included via Kconfig:8
→ Kconfig.zephyr:40
→ drivers/Kconfig:20
→ drivers/serial/Kconfig:79
Menu path: (Top) → Device Drivers → Serial Drivers → NXP i.MX7 family processor UART driver
config UART_IMX_UART_4 bool "Enable NXP i.MX7 UART4 Port" depends onUART_IMX
&&SERIAL
help Enable support for UART4 port in the driver. Say y here if you want to use UART4 device.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)