mirror of
https://xff.cz/git/u-boot/
synced 2025-09-28 05:51:17 +02:00
serial: Kconfig: make MXC_UART usable for MX7 and IMX8M
i.MX7 and i.MX8M use mxc uart driver, so let's make the SoC could use MXC_UART kconfig. Signed-off-by: Peng Fan <peng.fan@nxp.com> Reviewed-by: Ye Li <ye.li@nxp.com>
This commit is contained in:
@@ -569,7 +569,7 @@ config MCFUART
|
|||||||
|
|
||||||
config MXC_UART
|
config MXC_UART
|
||||||
bool "IMX serial port support"
|
bool "IMX serial port support"
|
||||||
depends on MX5 || MX6
|
depends on MX5 || MX6 || MX7 || IMX8M
|
||||||
help
|
help
|
||||||
If you have a machine based on a Motorola IMX CPU you
|
If you have a machine based on a Motorola IMX CPU you
|
||||||
can enable its onboard serial port by enabling this option.
|
can enable its onboard serial port by enabling this option.
|
||||||
|
Reference in New Issue
Block a user