diff options
| author | Tom Rini <[email protected]> | 2021-09-14 09:09:31 -0400 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2021-10-01 12:08:19 -0400 |
| commit | 14b38cb0c272db4ef5cd9d1af0aabd2636cdc9c0 (patch) | |
| tree | 45e638fd4dbabfbdde88eea296f3df370d56b10d /drivers/serial | |
| parent | 570320da3b4248f882349400dc5b4f8dbc403cef (diff) | |
arm: Remove flea3 board
This board has not been converted to CONFIG_DM by the deadline.
Remove it. As this is the last mx35 platform, remove that support as
well.
Cc: Stefano Babic <[email protected]>
Signed-off-by: Tom Rini <[email protected]>
Acked-by: Stefano Babic <[email protected]>
Diffstat (limited to 'drivers/serial')
| -rw-r--r-- | drivers/serial/Kconfig | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/serial/Kconfig b/drivers/serial/Kconfig index 36ee43210a9..cbea165b9d5 100644 --- a/drivers/serial/Kconfig +++ b/drivers/serial/Kconfig @@ -645,8 +645,7 @@ config MCFUART config MXC_UART bool "IMX serial port support" - depends on ARCH_MX25 || ARCH_MX31 || TARGET_FLEA3 \ - || MX5 || MX6 || MX7 || IMX8M + depends on ARCH_MX25 || ARCH_MX31 || 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. |
