diff options
-rw-r--r-- | drivers/serial/Kconfig | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/drivers/serial/Kconfig b/drivers/serial/Kconfig index 4fa7927997ad..43fbba4a57e6 100644 --- a/drivers/serial/Kconfig +++ b/drivers/serial/Kconfig | |||
@@ -877,15 +877,15 @@ config SERIAL_SUNHV | |||
877 | systems. Say Y if you want to be able to use this device. | 877 | systems. Say Y if you want to be able to use this device. |
878 | 878 | ||
879 | config SERIAL_IP22_ZILOG | 879 | config SERIAL_IP22_ZILOG |
880 | tristate "IP22 Zilog8530 serial support" | 880 | tristate "SGI Zilog8530 serial support" |
881 | depends on SGI_IP22 | 881 | depends on SGI_HAS_ZILOG |
882 | select SERIAL_CORE | 882 | select SERIAL_CORE |
883 | help | 883 | help |
884 | This driver supports the Zilog8530 serial ports found on SGI IP22 | 884 | This driver supports the Zilog8530 serial ports found on SGI |
885 | systems. Say Y or M if you want to be able to these serial ports. | 885 | systems. Say Y or M if you want to be able to these serial ports. |
886 | 886 | ||
887 | config SERIAL_IP22_ZILOG_CONSOLE | 887 | config SERIAL_IP22_ZILOG_CONSOLE |
888 | bool "Console on IP22 Zilog8530 serial port" | 888 | bool "Console on SGI Zilog8530 serial port" |
889 | depends on SERIAL_IP22_ZILOG=y | 889 | depends on SERIAL_IP22_ZILOG=y |
890 | select SERIAL_CORE_CONSOLE | 890 | select SERIAL_CORE_CONSOLE |
891 | 891 | ||