Kconfig (6521148c6449724c3b707820b9c535c7e8b8afcd) Kconfig (6b406782ad0408f9cb480c2e1b543d194e8206d0)
1#
2# SATA/PATA driver configuration
3#
4
5menuconfig ATA
6 tristate "Serial ATA (prod) and Parallel ATA (experimental) drivers"
7 depends on HAS_IOMEM
8 depends on BLOCK

--- 583 unchanged lines hidden (view full) ---

592 tristate "RouterBoard 532 PATA CompactFlash support"
593 depends on MIKROTIK_RB532
594 help
595 This option enables support for the RouterBoard 532
596 PATA CompactFlash controller.
597
598 If unsure, say N.
599
1#
2# SATA/PATA driver configuration
3#
4
5menuconfig ATA
6 tristate "Serial ATA (prod) and Parallel ATA (experimental) drivers"
7 depends on HAS_IOMEM
8 depends on BLOCK

--- 583 unchanged lines hidden (view full) ---

592 tristate "RouterBoard 532 PATA CompactFlash support"
593 depends on MIKROTIK_RB532
594 help
595 This option enables support for the RouterBoard 532
596 PATA CompactFlash controller.
597
598 If unsure, say N.
599
600config PATA_RDC
601 tristate "RDC PATA support"
602 depends on PCI
603 help
604 This option enables basic support for the later RDC PATA controllers
605 controllers via the new ATA layer. For the RDC 1010, you need to
606 enable the IT821X driver instead.
607
608 If unsure, say N.
609
600config PATA_RZ1000
601 tristate "PC Tech RZ1000 PATA support"
602 depends on PCI
603 help
604 This option enables basic support for the PC Tech RZ1000/1
605 PATA controllers via the new ATA layer
606
607 If unsure, say N.

--- 159 unchanged lines hidden ---
610config PATA_RZ1000
611 tristate "PC Tech RZ1000 PATA support"
612 depends on PCI
613 help
614 This option enables basic support for the PC Tech RZ1000/1
615 PATA controllers via the new ATA layer
616
617 If unsure, say N.

--- 159 unchanged lines hidden ---