[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1340879796-30262-1-git-send-email-arun.raghavan@collabora.co.uk>
Date: Thu, 28 Jun 2012 16:06:36 +0530
From: Arun Raghavan <arun.raghavan@...labora.co.uk>
To: Seth Forshee <seth.forshee@...onical.com>,
Matthew Garrett <mjg@...hat.com>
Cc: platform-driver-x86@...r.kernel.org, linux-kernel@...r.kernel.org,
Arun Raghavan <arun.raghavan@...labora.co.uk>
Subject: [PATCH] apple-gmux: Correctly depend on apple_bl for building
apple_bl_register/unregister() are unconditionally used now, so we need
to make sure that apple_bl is selected appropriately (built-in/module)
if apple-gmux is being built.
Signed-off-by: Arun Raghavan <arun.raghavan@...labora.co.uk>
---
drivers/platform/x86/Kconfig | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/drivers/platform/x86/Kconfig b/drivers/platform/x86/Kconfig
index 2a262f5..708f835 100644
--- a/drivers/platform/x86/Kconfig
+++ b/drivers/platform/x86/Kconfig
@@ -759,7 +759,7 @@ config SAMSUNG_Q10
config APPLE_GMUX
tristate "Apple Gmux Driver"
depends on PNP
- select BACKLIGHT_CLASS_DEVICE
+ select BACKLIGHT_APPLE
---help---
This driver provides support for the gmux device found on many
Apple laptops, which controls the display mux for the hybrid
--
1.7.8.6
--
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