[PATCH] Add 'short help text' to ATA_ACPI so it's [de]selectable. - Kernel
This is a discussion on [PATCH] Add 'short help text' to ATA_ACPI so it's [de]selectable. - Kernel ; 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
cc: Tejun Heo
cc: Len Brown
Signed-off-by: Chris Wedgwood
diff --git ...
-
[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
cc: Tejun Heo
cc: Len Brown
Signed-off-by: Chris Wedgwood
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
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
-
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
> cc: Tejun Heo
> cc: Len Brown
> Signed-off-by: Chris Wedgwood
>
> 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
applied
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/