diff options
author | Ben Dooks | 2005-07-18 11:24:32 +0200 |
---|---|---|
committer | Russell King | 2005-07-18 11:24:32 +0200 |
commit | 65cc3370ef3fb56b9b423f282a8204f8cce66e32 (patch) | |
tree | f7bbf935d43e5bb3897151fc40e964f8796708f9 /drivers/serial/Kconfig | |
parent | Merge master.kernel.org:/home/rmk/linux-2.6-serial (diff) | |
download | kernel-qcow2-linux-65cc3370ef3fb56b9b423f282a8204f8cce66e32.tar.gz kernel-qcow2-linux-65cc3370ef3fb56b9b423f282a8204f8cce66e32.tar.xz kernel-qcow2-linux-65cc3370ef3fb56b9b423f282a8204f8cce66e32.zip |
[PATCH] ARM: 2818/1: BAST - Use platform device for SuperIO 16550s
Patch from Ben Dooks
Use platform device for the 16500 UARTs in the onboard
SuperIO controller.
Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'drivers/serial/Kconfig')
-rw-r--r-- | drivers/serial/Kconfig | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/drivers/serial/Kconfig b/drivers/serial/Kconfig index e0d0a470ddfc..97034d3937fd 100644 --- a/drivers/serial/Kconfig +++ b/drivers/serial/Kconfig @@ -306,13 +306,6 @@ config SERIAL_S3C2410_CONSOLE your boot loader about how to pass options to the kernel at boot time.) -config SERIAL_BAST_SIO - bool "Support for BAST SuperIO serial ports" - depends on ARCH_BAST && SERIAL_8250=y - help - Support for registerin the SuperIO chip on BAST board with - the 8250/16550 uart code. - config SERIAL_DZ bool "DECstation DZ serial driver" depends on MACH_DECSTATION && MIPS32 |