Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 521b8ce6 authored by Paul Bolle's avatar Paul Bolle Committed by Jiri Kosina
Browse files

serial: Kconfig: drop unknown symbol 'ARCH_IMX'



Commit 8c8fdbc9 ("[ARM] Remove arch-imx from build system") dropped
ARCH_IMX. So this last reference to ARCH_IMX has been an
(inconsequential) nop since v2.6.31. And because ARCH_MXC practically
implies ARM we can also drop the reference to the latter symbol.

Signed-off-by: default avatarPaul Bolle <pebolle@tiscali.nl>
Signed-off-by: default avatarJiri Kosina <jkosina@suse.cz>
parent 67c50a7e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -808,7 +808,7 @@ config BFIN_UART3_CTSRTS

config SERIAL_IMX
	bool "IMX serial port support"
	depends on ARM && (ARCH_IMX || ARCH_MXC)
	depends on ARCH_MXC
	select SERIAL_CORE
	select RATIONAL
	help