mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH 4/12] acpi: select ACPI_EC for MSI_LAPTOP
@ 2007-06-19 22:49 Andreas Herrmann
  0 siblings, 0 replies; only message in thread
From: Andreas Herrmann @ 2007-06-19 22:49 UTC (permalink / raw)
  To: linux-kernel, linux-acpi

Fix kernel build problem as MSI_LAPTOP depends on ACPI_EC.

Signed-off-by: Andreas Herrmann <andreas.herrmann3@amd.com>
---
 drivers/misc/Kconfig |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/misc/Kconfig b/drivers/misc/Kconfig
index 72774c9..0d6f369 100644
--- a/drivers/misc/Kconfig
+++ b/drivers/misc/Kconfig
@@ -99,8 +99,8 @@ config ASUS_LAPTOP
 
 config MSI_LAPTOP
         tristate "MSI Laptop Extras"
-        depends on X86
-        depends on ACPI_EC
+        depends on X86 && ACPI
+        select ACPI_EC
         depends on BACKLIGHT_CLASS_DEVICE
         ---help---
 	  This is a driver for laptops built by MSI (MICRO-STAR
-- 
1.5.0.7





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2007-06-19 22:49 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-06-19 22:49 [PATCH 4/12] acpi: select ACPI_EC for MSI_LAPTOP Andreas Herrmann

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome