Commit 857f9713 authored by Phil Edworthy's avatar Phil Edworthy Committed by Greg Kroah-Hartman
Browse files

serial: 8250: Make SERIAL_8250_EM available for arm64 systems

parent 7bb30181
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -380,7 +380,7 @@ config SERIAL_8250_DW
config SERIAL_8250_EM
	tristate "Support for Emma Mobile integrated serial port"
	depends on SERIAL_8250 && HAVE_CLK
	depends on (ARM && ARCH_RENESAS) || COMPILE_TEST
	depends on ARCH_RENESAS || COMPILE_TEST
	help
	  Selecting this option will add support for the integrated serial
	  port hardware found on the Emma Mobile line of processors.