All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Add 'short help text' to ATA_ACPI so it's [de]selectable.
@ 2008-03-18 22:06 Chris Wedgwood
  2008-03-19  2:59 ` Tejun Heo
  2008-04-04  7:49 ` Jeff Garzik
  0 siblings, 2 replies; 3+ messages in thread
From: Chris Wedgwood @ 2008-03-18 22:06 UTC (permalink / raw)
  To: Jeff Garzik, Tejun Heo, Len Brown; +Cc: LKML

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>

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

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2008-04-04  7:49 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-03-18 22:06 [PATCH] Add 'short help text' to ATA_ACPI so it's [de]selectable Chris Wedgwood
2008-03-19  2:59 ` Tejun Heo
2008-04-04  7:49 ` Jeff Garzik

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.