-
CONFIG_UART_IMX_UART_5
¶
Enable NXP i.MX7 UART5 Port
Type: bool
Help¶
Enable support for UART5 port in the driver. Say y here if you want to use UART5 device.
Direct dependencies¶
(UART_IMX
&& BOARD_UDOO_NEO_FULL_M4
) || (UART_IMX
&& SERIAL
)
(Includes any dependencies from if’s and menus.)
Defaults¶
- “y” if
UART_CONSOLE
&&UART_IMX
&&BOARD_UDOO_NEO_FULL_M4
Kconfig definitions¶
At boards/arm/udoo_neo_full_m4/Kconfig.defconfig:27
Included via Kconfig:10
→ Kconfig.zephyr:21
Menu path: (top menu)
config UART_IMX_UART_5 bool default "y" ifUART_CONSOLE
&&UART_IMX
&&BOARD_UDOO_NEO_FULL_M4
depends onUART_IMX
&&BOARD_UDOO_NEO_FULL_M4
At drivers/serial/Kconfig.imx:46
Included via Kconfig:10
→ Kconfig.zephyr:35
→ drivers/Kconfig:22
→ drivers/serial/Kconfig:77
Menu path: (top menu) → Device Drivers → Serial Drivers → NXP i.MX7 family processor UART driver
config UART_IMX_UART_5 bool prompt "Enable NXP i.MX7 UART5 Port" ifUART_IMX
&&SERIAL
depends onUART_IMX
&&SERIAL
help Enable support for UART5 port in the driver. Say y here if you want to use UART5 device.
(Definitions include propagated dependencies, including from if’s and menus.)