diff options
author | Paul Mundt <lethal@linux-sh.org> | 2011-06-01 01:47:42 -0400 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2011-06-05 23:40:16 -0400 |
commit | ab7cfb5548d22604fafeaaa95950be2f97869f1e (patch) | |
tree | c527fc74ca98350b90510e73f6fc68e18e81da32 /drivers/tty/serial/Kconfig | |
parent | 0792644d22852f40c8ad16c4ba1fefd76aba5643 (diff) |
serial: sh-sci: Kill off bitrotted H8/300 support.
h8300 has never been updated upstream to support the conversion to the
driver model (which happened mid-2.5), and it doesn't seem likely that it
ever will. Kill off the remaining bitrotted support to reduce the
maintenance burden going forward.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'drivers/tty/serial/Kconfig')
-rw-r--r-- | drivers/tty/serial/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/tty/serial/Kconfig b/drivers/tty/serial/Kconfig index 636144cea932..1c0cd2d26d37 100644 --- a/drivers/tty/serial/Kconfig +++ b/drivers/tty/serial/Kconfig | |||
@@ -974,7 +974,7 @@ config SERIAL_IP22_ZILOG_CONSOLE | |||
974 | 974 | ||
975 | config SERIAL_SH_SCI | 975 | config SERIAL_SH_SCI |
976 | tristate "SuperH SCI(F) serial port support" | 976 | tristate "SuperH SCI(F) serial port support" |
977 | depends on HAVE_CLK && (SUPERH || H8300 || ARCH_SHMOBILE) | 977 | depends on HAVE_CLK && (SUPERH || ARCH_SHMOBILE) |
978 | select SERIAL_CORE | 978 | select SERIAL_CORE |
979 | 979 | ||
980 | config SERIAL_SH_SCI_NR_UARTS | 980 | config SERIAL_SH_SCI_NR_UARTS |