diff options
author | Florian Fainelli <florian.fainelli@telecomint.eu> | 2008-03-06 14:25:21 +0300 |
---|---|---|
committer | Jeff Garzik <jeff@garzik.org> | 2008-03-11 03:54:05 +0300 |
commit | 3db691daa4f6c4b899e144ea54a65738402c94e3 (patch) | |
tree | 8a615303f62192281ac494af41f0b22188124f64 /drivers/ata/Kconfig | |
parent | 258cd8464b618d5ec3b836f02cce05e3faf226b4 (diff) | |
download | linux-3db691daa4f6c4b899e144ea54a65738402c94e3.tar.xz |
[libata] Add support for the RB500 PATA CompactFlash
Signed-off-by: Jeff Garzik <jeff@garzik.org>
Diffstat (limited to 'drivers/ata/Kconfig')
-rw-r--r-- | drivers/ata/Kconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/ata/Kconfig b/drivers/ata/Kconfig index ba8f7f4dfa11..e469647330de 100644 --- a/drivers/ata/Kconfig +++ b/drivers/ata/Kconfig @@ -538,6 +538,15 @@ config PATA_RADISYS If unsure, say N. +config PATA_RB500 + tristate "RouterBoard 500 PATA CompactFlash support" + depends on MIKROTIK_RB500 + help + This option enables support for the RouterBoard 500 + PATA CompactFlash controller. + + If unsure, say N. + config PATA_RZ1000 tristate "PC Tech RZ1000 PATA support" depends on PCI |