diff options
Diffstat (limited to 'drivers/ata/Kconfig')
-rw-r--r-- | drivers/ata/Kconfig | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/ata/Kconfig b/drivers/ata/Kconfig index 676f08b004b3..85844d053846 100644 --- a/drivers/ata/Kconfig +++ b/drivers/ata/Kconfig | |||
@@ -790,5 +790,15 @@ config PATA_BF54X | |||
790 | 790 | ||
791 | If unsure, say N. | 791 | If unsure, say N. |
792 | 792 | ||
793 | config PATA_MACIO | ||
794 | tristate "Apple PowerMac/PowerBook internal 'MacIO' IDE" | ||
795 | depends on PPC_PMAC | ||
796 | help | ||
797 | Most IDE capable PowerMacs have IDE busses driven by a variant | ||
798 | of this controller which is part of the Apple chipset used on | ||
799 | most PowerMac models. Some models have multiple busses using | ||
800 | different chipsets, though generally, MacIO is one of them. | ||
801 | |||
802 | |||
793 | endif # ATA_SFF | 803 | endif # ATA_SFF |
794 | endif # ATA | 804 | endif # ATA |