2008-03-19 21:55:30

by Chris Wedgwood

[permalink] [raw]
Subject: [PATCH] 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]>

diff --git a/drivers/ata/Kconfig b/drivers/ata/Kconfig
index 25aba69..ea665c2 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


2008-03-19 21:41:27

by Tejun Heo

[permalink] [raw]
Subject: Re: [PATCH] Add 'short help text' to ATA_ACPI so it's [de]selectable.

Chris Wedgwood wrote:
> 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]>

Acked-by: Tejun Heo <[email protected]>

--
tejun