diff options
author | Tom Rini <trini@konsulko.com> | 2020-06-09 10:46:46 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2020-07-17 08:47:29 -0400 |
commit | e6676a34c4b5b78cd20c02e396d9d5f7b7ceff46 (patch) | |
tree | 6851c40abc141f10cdb129dae12523da3d128680 /drivers/serial/Kconfig | |
parent | e7885a48bb362a212e52a4abf09251c08fd29a04 (diff) |
Convert CONFIG_MXC_UART to Kconfig
This converts the following to Kconfig:
CONFIG_MXC_UART
Signed-off-by: Tom Rini <trini@konsulko.com>
Acked-by: Peng Fan <peng.fan@nxp.com>
Diffstat (limited to 'drivers/serial/Kconfig')
-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 17d0e73623..14df2e9247 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. |