diff options
author | Peng Fan <peng.fan@nxp.com> | 2019-08-07 06:49:39 +0000 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2019-10-08 16:35:16 +0200 |
commit | 8c247bbe23ca5e81d237bd7fefaa9ed7d1b1e232 (patch) | |
tree | d07154350260123754d6aff1c00eee06b5d92e0a /drivers/serial/Kconfig | |
parent | 4d655bfe03a35a2f85b2b779342b135c54d055a0 (diff) | |
download | u-boot-8c247bbe23ca5e81d237bd7fefaa9ed7d1b1e232.zip u-boot-8c247bbe23ca5e81d237bd7fefaa9ed7d1b1e232.tar.gz u-boot-8c247bbe23ca5e81d237bd7fefaa9ed7d1b1e232.tar.bz2 |
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>
Diffstat (limited to 'drivers/serial/Kconfig')
-rw-r--r-- | drivers/serial/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/serial/Kconfig b/drivers/serial/Kconfig index ae2d819..d36a010 100644 --- a/drivers/serial/Kconfig +++ b/drivers/serial/Kconfig @@ -569,7 +569,7 @@ config MCFUART config MXC_UART bool "IMX serial port support" - depends on MX5 || MX6 + depends on MX5 || MX6 || MX7 || IMX8M help If you have a machine based on a Motorola IMX CPU you can enable its onboard serial port by enabling this option. |