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 ba8f7f4dfa11..25aba69b59b4 100644 --- a/drivers/ata/Kconfig +++ b/drivers/ata/Kconfig | |||
@@ -30,6 +30,7 @@ config ATA_NONSTANDARD | |||
30 | config ATA_ACPI | 30 | config ATA_ACPI |
31 | bool | 31 | bool |
32 | depends on ACPI && PCI | 32 | depends on ACPI && PCI |
33 | select ACPI_DOCK | ||
33 | default y | 34 | default y |
34 | help | 35 | help |
35 | This option adds support for ATA-related ACPI objects. | 36 | This option adds support for ATA-related ACPI objects. |
@@ -538,6 +539,15 @@ config PATA_RADISYS | |||
538 | 539 | ||
539 | If unsure, say N. | 540 | If unsure, say N. |
540 | 541 | ||
542 | config PATA_RB500 | ||
543 | tristate "RouterBoard 500 PATA CompactFlash support" | ||
544 | depends on MIKROTIK_RB500 | ||
545 | help | ||
546 | This option enables support for the RouterBoard 500 | ||
547 | PATA CompactFlash controller. | ||
548 | |||
549 | If unsure, say N. | ||
550 | |||
541 | config PATA_RZ1000 | 551 | config PATA_RZ1000 |
542 | tristate "PC Tech RZ1000 PATA support" | 552 | tristate "PC Tech RZ1000 PATA support" |
543 | depends on PCI | 553 | depends on PCI |