aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ata/Kconfig
diff options
context:
space:
mode:
authorChris Wedgwood <cw@f00f.org>2008-03-18 15:06:48 -0700
committerJeff Garzik <jgarzik@redhat.com>2008-04-17 15:44:21 -0400
commitc30484d775eb0b899f2b6a8f5508a99ecaba59fc (patch)
tree2de378497e5e63cf2de0021f43b32d14065e8442 /drivers/ata/Kconfig
parentpdc_adma: kill adma_host_stop() (diff)
downloadlinux-dev-c30484d775eb0b899f2b6a8f5508a99ecaba59fc.tar.xz
linux-dev-c30484d775eb0b899f2b6a8f5508a99ecaba59fc.zip
Add 'short help text' to ATA_ACPI so it's [de]selectable.
ATA_ACPI isn't selectable right now because it lacks 'short help text'. This means it's always enabled and always enables ACPI_DOCK. Add text so it's now [de]selectable. cc: Jeff Garzik <jeff@garzik.org> cc: Tejun Heo <htejun@gmail.com> cc: Len Brown <len.brown@intel.com> Signed-off-by: Chris Wedgwood <cw@f00f.org> Signed-off-by: Jeff Garzik <jeff@garzik.org>
Diffstat (limited to 'drivers/ata/Kconfig')
-rw-r--r--drivers/ata/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/ata/Kconfig b/drivers/ata/Kconfig
index 25aba69b59b4..ea665c249035 100644
--- a/drivers/ata/Kconfig
+++ b/drivers/ata/Kconfig
@@ -28,7 +28,7 @@ config ATA_NONSTANDARD
default n
config ATA_ACPI
- bool
+ bool "ATA ACPI Support"
depends on ACPI && PCI
select ACPI_DOCK
default y