diff options
author | Benjamin Herrenschmidt <benh@kernel.crashing.org> | 2009-12-01 09:36:29 -0500 |
---|---|---|
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | 2009-12-09 01:09:28 -0500 |
commit | 88358ab08944da726e948d216977ad499dfc15c6 (patch) | |
tree | 76486614e50bea58e1bbd0f8bd61d9ba4a6721fb /drivers/ata/Kconfig | |
parent | f0353813afe784330622596ff141e7525ccd99de (diff) |
libata/drivers: Add driver for Apple "MacIO" IDE controller
This is a libata driver for the "macio" IDE controller used on most Apple
PowerMac and PowerBooks. It's a libata equivalent of drivers/ide/ppc/pmac.c
It supports all the features of its predecessor, including mediabay hotplug
and suspend/resume. It should also support module load/unload.
The timing calculations have been simplified to use pre-calculated tables
compared to drivers/ide/pmac.c and it uses the new mediabay interface
provided by a previous patch.
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Acked-by: Tejun Heo <tj@kernel.org>
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 f2df6e2a224c..51eea3000b55 100644 --- a/drivers/ata/Kconfig +++ b/drivers/ata/Kconfig | |||
@@ -781,5 +781,15 @@ config PATA_BF54X | |||
781 | 781 | ||
782 | If unsure, say N. | 782 | If unsure, say N. |
783 | 783 | ||
784 | config PATA_MACIO | ||
785 | tristate "Apple PowerMac/PowerBook internal 'MacIO' IDE" | ||
786 | depends on PPC_PMAC | ||
787 | help | ||
788 | Most IDE capable PowerMacs have IDE busses driven by a variant | ||
789 | of this controller which is part of the Apple chipset used on | ||
790 | most PowerMac models. Some models have multiple busses using | ||
791 | different chipsets, though generally, MacIO is one of them. | ||
792 | |||
793 | |||
784 | endif # ATA_SFF | 794 | endif # ATA_SFF |
785 | endif # ATA | 795 | endif # ATA |