This commit was manufactured by cvs2svn to create tag
[linux-2.6.git] / drivers / serial / Kconfig
index bf19629..6f8984a 100644 (file)
@@ -10,7 +10,7 @@ menu "Serial drivers"
 # The new 8250/16550 serial drivers
 config SERIAL_8250
        tristate "8250/16550 and compatible serial support"
-       depends on (BROKEN || !(SPARC64 || SPARC32))
+       depends on (BROKEN || !SPARC64)
        select SERIAL_CORE
        ---help---
          This selects whether you want to include the driver for the standard
@@ -386,29 +386,6 @@ config SERIAL_SA1100_CONSOLE
          your boot loader (lilo or loadlin) about how to pass options to the
          kernel at boot time.)
 
-config SERIAL_IMX
-       bool "IMX serial port support"
-       depends on ARM && ARCH_IMX
-       select SERIAL_CORE
-       help
-         If you have a machine based on a Motorola IMX CPU you
-         can enable its onboard serial port by enabling this option.
-
-config SERIAL_IMX_CONSOLE
-       bool "Console on IMX serial port"
-       depends on SERIAL_IMX
-       select SERIAL_CORE_CONSOLE
-       help
-         If you have enabled the serial port on the Motorola IMX
-         CPU you can make it the console by answering Y to this option.
-
-         Even if you say Y here, the currently visible virtual console
-         (/dev/tty0) will still be used as the system console by default, but
-         you can alter that using a kernel command line option such as
-         "console=ttySA0". (Try "man bootparam" or see the documentation of
-         your boot loader (lilo or loadlin) about how to pass options to the
-         kernel at boot time.)
-
 config SERIAL_SUNCORE
        bool
        depends on SPARC32 || SPARC64
@@ -750,33 +727,4 @@ config SERIAL_ICOM
          This driver can also be built as a module.  If so, the module
          will be called icom.
 
-config SERIAL_M32R_SIO
-       bool "M32R SIO I/F"
-       depends on M32R
-       default y
-       select SERIAL_CORE
-       help
-         Say Y here if you want to use the M32R serial controller.
-
-config SERIAL_M32R_SIO_CONSOLE
-       bool "use SIO console"
-       depends on SERIAL_M32R_SIO=y
-       select SERIAL_CORE_CONSOLE
-       help
-         Say Y here if you want to support a serial console.
-
-         If you use an M3T-M32700UT or an OPSPUT platform,
-         please say also y for SERIAL_M32R_PLDSIO.
-
-config SERIAL_M32R_PLDSIO
-       bool "M32R SIO I/F on a PLD"
-       depends on SERIAL_M32R_SIO=y
-       default n
-       help
-         Say Y here if you want to use the M32R serial controller
-         on a PLD (Programmable Logic Device).
-
-         If you use an M3T-M32700UT or an OPSPUT platform,
-         please say Y.
-
 endmenu