public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] apple-gmux: Correctly depend on apple_bl for building
@ 2012-06-28 10:36 Arun Raghavan
  2012-06-28 13:20 ` Seth Forshee
  0 siblings, 1 reply; 7+ messages in thread
From: Arun Raghavan @ 2012-06-28 10:36 UTC (permalink / raw)
  To: Seth Forshee, Matthew Garrett
  Cc: platform-driver-x86, linux-kernel, Arun Raghavan

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@collabora.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


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

end of thread, other threads:[~2012-06-28 15:15 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-06-28 10:36 [PATCH] apple-gmux: Correctly depend on apple_bl for building Arun Raghavan
2012-06-28 13:20 ` Seth Forshee
2012-06-28 13:23   ` Arun Raghavan
2012-06-28 13:48     ` Seth Forshee
2012-06-28 13:50       ` Seth Forshee
2012-06-28 13:51       ` Arun Raghavan
2012-06-28 15:15         ` Seth Forshee

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