diff options
| author | Chris Wedgwood <[email protected]> | 2008-03-18 15:06:48 -0700 |
|---|---|---|
| committer | Jeff Garzik <[email protected]> | 2008-04-17 15:44:21 -0400 |
| commit | c30484d775eb0b899f2b6a8f5508a99ecaba59fc (patch) | |
| tree | 2de378497e5e63cf2de0021f43b32d14065e8442 | |
| parent | fc4712d12e332a46f200b9ba641855182df282c0 (diff) | |
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 <[email protected]>
cc: Tejun Heo <[email protected]>
cc: Len Brown <[email protected]>
Signed-off-by: Chris Wedgwood <[email protected]>
Signed-off-by: Jeff Garzik <[email protected]>
| -rw-r--r-- | drivers/ata/Kconfig | 2 |
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 |