On Sat, Nov 26, 2011 at 11:00:07AM +0100, Corentin Chary wrote: > Signed-off-by: Corentin Chary <corentincj@xxxxxxxxxx> > Acked-by: Greg Kroah-Hartman <gregkh@xxxxxxx> > --- > drivers/platform/x86/Kconfig | 11 +++++++---- > 1 files changed, 7 insertions(+), 4 deletions(-) > > diff --git a/drivers/platform/x86/Kconfig b/drivers/platform/x86/Kconfig > index 7f43cf8..ec13bc5 100644 > --- a/drivers/platform/x86/Kconfig > +++ b/drivers/platform/x86/Kconfig > @@ -744,13 +744,16 @@ config XO15_EBOOK > > config SAMSUNG_LAPTOP > tristate "Samsung Laptop driver" > - depends on RFKILL && BACKLIGHT_CLASS_DEVICE && X86 > + depends on X86 > + depends on RFKILL || RFKILL = n > + depends BACKLIGHT_CLASS_DEVICE Shouldn't this be 'depends on BACKLIGHT_CLASS_DEVICE'? -- 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