On Mon, Sep 17, 2007 at 10:54:34PM +0200, Andreas Herrmann wrote: > sony-laptop and thinkpad-acpi make use of input-core functions. > Hence you get link errors if those drivers are built but CONFIG_INPUT > is not set. Attached patch fixes this minor issue. ... > Signed-off-by: Andreas Herrmann <aherrman@xxxxxxxx> > --- > drivers/misc/Kconfig | 2 ++ > 1 files changed, 2 insertions(+), 0 deletions(-) > > diff --git a/drivers/misc/Kconfig b/drivers/misc/Kconfig > index 73e248f..c077df8 100644 > --- a/drivers/misc/Kconfig > +++ b/drivers/misc/Kconfig > @@ -134,6 +134,7 @@ config SONY_LAPTOP > tristate "Sony Laptop Extras" > depends on X86 && ACPI > select BACKLIGHT_CLASS_DEVICE > + select INPUT > ---help--- > This mini-driver drives the SNC and SPIC devices present in the ACPI > BIOS of the Sony Vaio laptops. Acked-by: Mattia Dongili <malattia@xxxxxxxx> Thanks -- mattia :wq! - To unsubscribe from this list: send the line "unsubscribe linux-acpi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html