···561562config MVME147_SCC563 bool "SCC support for MVME147 serial ports"564- depends on MVME147565 help566 This is the driver for the serial ports on the Motorola MVME147567 boards. Everyone using one of these boards should say Y here.···576577config MVME162_SCC578 bool "SCC support for MVME162 serial ports"579- depends on MVME16x580 help581 This is the driver for the serial ports on the Motorola MVME162 and582 172 boards. Everyone using one of these boards should say Y here.583584config BVME6000_SCC585 bool "SCC support for BVME6000 serial ports"586- depends on BVME6000587 help588 This is the driver for the serial ports on the BVME4000 and BVME6000589 boards from BVM Ltd. Everyone using one of these boards should say
···561562config MVME147_SCC563 bool "SCC support for MVME147 serial ports"564+ depends on MVME147 && BROKEN565 help566 This is the driver for the serial ports on the Motorola MVME147567 boards. Everyone using one of these boards should say Y here.···576577config MVME162_SCC578 bool "SCC support for MVME162 serial ports"579+ depends on MVME16x && BROKEN580 help581 This is the driver for the serial ports on the Motorola MVME162 and582 172 boards. Everyone using one of these boards should say Y here.583584config BVME6000_SCC585 bool "SCC support for BVME6000 serial ports"586+ depends on BVME6000 && BROKEN587 help588 This is the driver for the serial ports on the BVME4000 and BVME6000589 boards from BVM Ltd. Everyone using one of these boards should say
+3-3
drivers/char/Kconfig
···323324config SX325 tristate "Specialix SX (and SI) card support"326- depends on SERIAL_NONSTANDARD && (PCI || EISA || ISA)327 help328 This is a driver for the SX and SI multiport serial cards.329 Please read the file <file:Documentation/serial/sx.txt> for details.···334335config RIO336 tristate "Specialix RIO system support"337- depends on SERIAL_NONSTANDARD338 help339 This is a driver for the Specialix RIO, a smart serial card which340 drives an outboard box that can support up to 128 ports. Product···395396config A2232397 tristate "Commodore A2232 serial support (EXPERIMENTAL)"398- depends on EXPERIMENTAL && ZORRO && BROKEN_ON_SMP399 ---help---400 This option supports the 2232 7-port serial card shipped with the401 Amiga 2000 and other Zorro-bus machines, dating from 1989. At
···323324config SX325 tristate "Specialix SX (and SI) card support"326+ depends on SERIAL_NONSTANDARD && (PCI || EISA || ISA) && BROKEN327 help328 This is a driver for the SX and SI multiport serial cards.329 Please read the file <file:Documentation/serial/sx.txt> for details.···334335config RIO336 tristate "Specialix RIO system support"337+ depends on SERIAL_NONSTANDARD && BROKEN338 help339 This is a driver for the Specialix RIO, a smart serial card which340 drives an outboard box that can support up to 128 ports. Product···395396config A2232397 tristate "Commodore A2232 serial support (EXPERIMENTAL)"398+ depends on EXPERIMENTAL && ZORRO && BROKEN399 ---help---400 This option supports the 2232 7-port serial card shipped with the401 Amiga 2000 and other Zorro-bus machines, dating from 1989. At