Kconfig (8b3f6af86378d0a10ca2f1ded1da124aef13b62c) | Kconfig (412145947adfca60a4b5b4893fbae82dffa25edd) |
---|---|
1# 2# For a description of the syntax of this configuration file, 3# see Documentation/kbuild/kconfig-language.txt. 4# 5config M68K 6 bool 7 default y 8 select HAVE_AOUT --- 547 unchanged lines hidden (view full) --- 556 tristate "HP APCI serial support" 557 depends on HP300 && SERIAL_8250 && EXPERIMENTAL 558 help 559 If you want to use the internal "APCI" serial ports on an HP400 560 machine, say Y here. 561 562config MVME147_SCC 563 bool "SCC support for MVME147 serial ports" | 1# 2# For a description of the syntax of this configuration file, 3# see Documentation/kbuild/kconfig-language.txt. 4# 5config M68K 6 bool 7 default y 8 select HAVE_AOUT --- 547 unchanged lines hidden (view full) --- 556 tristate "HP APCI serial support" 557 depends on HP300 && SERIAL_8250 && EXPERIMENTAL 558 help 559 If you want to use the internal "APCI" serial ports on an HP400 560 machine, say Y here. 561 562config MVME147_SCC 563 bool "SCC support for MVME147 serial ports" |
564 depends on MVME147 | 564 depends on MVME147 && BROKEN |
565 help 566 This is the driver for the serial ports on the Motorola MVME147 567 boards. Everyone using one of these boards should say Y here. 568 569config SERIAL167 570 bool "CD2401 support for MVME166/7 serial ports" 571 depends on MVME16x 572 help 573 This is the driver for the serial ports on the Motorola MVME166, 574 167, and 172 boards. Everyone using one of these boards should say 575 Y here. 576 577config MVME162_SCC 578 bool "SCC support for MVME162 serial ports" | 565 help 566 This is the driver for the serial ports on the Motorola MVME147 567 boards. Everyone using one of these boards should say Y here. 568 569config SERIAL167 570 bool "CD2401 support for MVME166/7 serial ports" 571 depends on MVME16x 572 help 573 This is the driver for the serial ports on the Motorola MVME166, 574 167, and 172 boards. Everyone using one of these boards should say 575 Y here. 576 577config MVME162_SCC 578 bool "SCC support for MVME162 serial ports" |
579 depends on MVME16x | 579 depends on MVME16x && BROKEN |
580 help 581 This is the driver for the serial ports on the Motorola MVME162 and 582 172 boards. Everyone using one of these boards should say Y here. 583 584config BVME6000_SCC 585 bool "SCC support for BVME6000 serial ports" | 580 help 581 This is the driver for the serial ports on the Motorola MVME162 and 582 172 boards. Everyone using one of these boards should say Y here. 583 584config BVME6000_SCC 585 bool "SCC support for BVME6000 serial ports" |
586 depends on BVME6000 | 586 depends on BVME6000 && BROKEN |
587 help 588 This is the driver for the serial ports on the BVME4000 and BVME6000 589 boards from BVM Ltd. Everyone using one of these boards should say 590 Y here. 591 592config DN_SERIAL 593 bool "Support for DN serial port (dummy)" 594 depends on APOLLO --- 35 unchanged lines hidden --- | 587 help 588 This is the driver for the serial ports on the BVME4000 and BVME6000 589 boards from BVM Ltd. Everyone using one of these boards should say 590 Y here. 591 592config DN_SERIAL 593 bool "Support for DN serial port (dummy)" 594 depends on APOLLO --- 35 unchanged lines hidden --- |