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

Commit 5057c98a authored by Thomas Bogendoerfer's avatar Thomas Bogendoerfer Committed by Linus Torvalds
Browse files

serial: use SGI_HAS_ZILOG for IP22_ZILOG depends



- Use SGI_HAS_ZILOG for IP22_ZILOG depends
- remove IP22 from description, because the driver works on more than
  IP22 SGI machines

Signed-off-by: default avatarThomas Bogendoerfer <tsbogend@alpha.franken.de>
Cc: Ralf Baechle <ralf@linux-mips.org>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent b25b7819
Loading
Loading
Loading
Loading
+4 −4
Original line number Original line Diff line number Diff line
@@ -877,15 +877,15 @@ config SERIAL_SUNHV
	  systems.  Say Y if you want to be able to use this device.
	  systems.  Say Y if you want to be able to use this device.


config SERIAL_IP22_ZILOG
config SERIAL_IP22_ZILOG
	tristate "IP22 Zilog8530 serial support"
	tristate "SGI Zilog8530 serial support"
	depends on SGI_IP22
	depends on SGI_HAS_ZILOG
	select SERIAL_CORE
	select SERIAL_CORE
	help
	help
	  This driver supports the Zilog8530 serial ports found on SGI IP22
	  This driver supports the Zilog8530 serial ports found on SGI
	  systems.  Say Y or M if you want to be able to these serial ports.
	  systems.  Say Y or M if you want to be able to these serial ports.


config SERIAL_IP22_ZILOG_CONSOLE
config SERIAL_IP22_ZILOG_CONSOLE
	bool "Console on IP22 Zilog8530 serial port"
	bool "Console on SGI Zilog8530 serial port"
	depends on SERIAL_IP22_ZILOG=y
	depends on SERIAL_IP22_ZILOG=y
	select SERIAL_CORE_CONSOLE
	select SERIAL_CORE_CONSOLE