diff options
| author | Tom Rini <[email protected]> | 2020-06-09 10:46:46 -0400 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2020-07-17 08:47:29 -0400 |
| commit | e6676a34c4b5b78cd20c02e396d9d5f7b7ceff46 (patch) | |
| tree | 6851c40abc141f10cdb129dae12523da3d128680 /drivers | |
| parent | e7885a48bb362a212e52a4abf09251c08fd29a04 (diff) | |
Convert CONFIG_MXC_UART to Kconfig
This converts the following to Kconfig:
CONFIG_MXC_UART
Signed-off-by: Tom Rini <[email protected]>
Acked-by: Peng Fan <[email protected]>
Diffstat (limited to 'drivers')
| -rw-r--r-- | drivers/serial/Kconfig | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/serial/Kconfig b/drivers/serial/Kconfig index 17d0e736237..14df2e92471 100644 --- a/drivers/serial/Kconfig +++ b/drivers/serial/Kconfig @@ -609,7 +609,8 @@ config MCFUART config MXC_UART bool "IMX serial port support" - depends on MX5 || MX6 || MX7 || IMX8M + depends on ARCH_MX25 || ARCH_MX31 || TARGET_APF27 || TARGET_FLEA3 || TARGET_MX35PDK \ + || 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. |
