diff options
author | Russell King <rmk@dyn-67.arm.linux.org.uk> | 2006-01-08 17:37:46 -0500 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2006-01-08 17:37:46 -0500 |
commit | 0fec53a24a5e5f7ba68d891b68f568b6aeafaca6 (patch) | |
tree | c16976218b4f9bd1632ffea9619d209392c1a213 /drivers/serial/Kconfig | |
parent | b9abaa3fb7328851bdeaad19e694048f0ff71d9a (diff) |
[ARM] Remove EPXA10DB machine support
EPXA10DB seems to be uncared for:
- the "PLD" code has never been merged
- no one has reported that this platform has been broken since
at least 2.6.10
- interest seems to have dried up around March 2003.
Therefore, remove EPXA10DB support.
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'drivers/serial/Kconfig')
-rw-r--r-- | drivers/serial/Kconfig | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/drivers/serial/Kconfig b/drivers/serial/Kconfig index 812bae62c8ec..47ea8338c03c 100644 --- a/drivers/serial/Kconfig +++ b/drivers/serial/Kconfig | |||
@@ -359,29 +359,6 @@ config SERIAL_21285_CONSOLE | |||
359 | your boot loader (lilo or loadlin) about how to pass options to the | 359 | your boot loader (lilo or loadlin) about how to pass options to the |
360 | kernel at boot time.) | 360 | kernel at boot time.) |
361 | 361 | ||
362 | config SERIAL_UART00 | ||
363 | bool "Excalibur serial port (uart00) support" | ||
364 | depends on ARM && ARCH_CAMELOT | ||
365 | select SERIAL_CORE | ||
366 | help | ||
367 | Say Y here if you want to use the hard logic uart on Excalibur. This | ||
368 | driver also supports soft logic implementations of this uart core. | ||
369 | |||
370 | config SERIAL_UART00_CONSOLE | ||
371 | bool "Support for console on Excalibur serial port" | ||
372 | depends on SERIAL_UART00 | ||
373 | select SERIAL_CORE_CONSOLE | ||
374 | help | ||
375 | Say Y here if you want to support a serial console on an Excalibur | ||
376 | hard logic uart or uart00 IP core. | ||
377 | |||
378 | Even if you say Y here, the currently visible virtual console | ||
379 | (/dev/tty0) will still be used as the system console by default, but | ||
380 | you can alter that using a kernel command line option such as | ||
381 | "console=ttyS1". (Try "man bootparam" or see the documentation of | ||
382 | your boot loader (lilo or loadlin) about how to pass options to the | ||
383 | kernel at boot time.) | ||
384 | |||
385 | config SERIAL_MPSC | 362 | config SERIAL_MPSC |
386 | bool "Marvell MPSC serial port support" | 363 | bool "Marvell MPSC serial port support" |
387 | depends on PPC32 && MV64X60 | 364 | depends on PPC32 && MV64X60 |