diff options
author | Anton Vorontsov <avorontsov@ru.mvista.com> | 2010-03-04 12:06:06 -0500 |
---|---|---|
committer | Jeff Garzik <jgarzik@redhat.com> | 2010-05-14 17:08:01 -0400 |
commit | 1c2a49f61785ebbcbfb481a2aab659020f0457f7 (patch) | |
tree | bb018719be09387c07345f0954408b3aa8c16a98 /drivers/ata/Kconfig | |
parent | 365cfa1ed5a36f9bcb9f64c9f0f52155af2e9fef (diff) |
ahci: Add platform driver
This can be used for AHCI-compatible interfaces implemented inside
System-On-Chip solutions, or AHCI devices connected via localbus.
Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
Diffstat (limited to 'drivers/ata/Kconfig')
-rw-r--r-- | drivers/ata/Kconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/ata/Kconfig b/drivers/ata/Kconfig index 01c52c415bdc..cbadb9fa1277 100644 --- a/drivers/ata/Kconfig +++ b/drivers/ata/Kconfig | |||
@@ -65,6 +65,14 @@ config SATA_AHCI | |||
65 | 65 | ||
66 | If unsure, say N. | 66 | If unsure, say N. |
67 | 67 | ||
68 | config SATA_AHCI_PLATFORM | ||
69 | tristate "Platform AHCI SATA support" | ||
70 | help | ||
71 | This option enables support for Platform AHCI Serial ATA | ||
72 | controllers. | ||
73 | |||
74 | If unsure, say N. | ||
75 | |||
68 | config SATA_SIL24 | 76 | config SATA_SIL24 |
69 | tristate "Silicon Image 3124/3132 SATA support" | 77 | tristate "Silicon Image 3124/3132 SATA support" |
70 | depends on PCI | 78 | depends on PCI |