[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20080318220648.GA31208@puku.stupidest.org>
Date: Tue, 18 Mar 2008 15:06:48 -0700
From: Chris Wedgwood <cw@...f.org>
To: Jeff Garzik <jeff@...zik.org>, Tejun Heo <htejun@...il.com>,
Len Brown <len.brown@...el.com>
Cc: LKML <linux-kernel@...r.kernel.org>
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 <jeff@...zik.org>
cc: Tejun Heo <htejun@...il.com>
cc: Len Brown <len.brown@...el.com>
Signed-off-by: Chris Wedgwood <cw@...f.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
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists