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@xxxxxxxxxxxxxxx> --- 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 platform-driver-x86" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html