]> Pileus Git - ~andy/linux/commitdiff
platform/x86: intel_mid_powerbutton needs INPUT
authorRandy Dunlap <randy.dunlap@oracle.com>
Wed, 16 Feb 2011 22:31:02 +0000 (14:31 -0800)
committerMatthew Garrett <mjg@redhat.com>
Mon, 28 Mar 2011 10:05:23 +0000 (06:05 -0400)
intel_mid_powerbtn.c uses input interfaces, so it should depend
on INPUT to fix build errors when CONFIG_INPUT is not enabled:

intel_mid_powerbtn.c:(.text+0x56ca8f): undefined reference to `input_event'
intel_mid_powerbtn.c:(.devinit.text+0x2e7b4): undefined reference to `input_allocate_device'
intel_mid_powerbtn.c:(.devinit.text+0x2e7ff): undefined reference to `input_set_capability'
intel_mid_powerbtn.c:(.devinit.text+0x2e84a): undefined reference to `input_register_device'
intel_mid_powerbtn.c:(.devinit.text+0x2e88b): undefined reference to `input_free_device'
intel_mid_powerbtn.c:(.devexit.text+0x42f0): undefined reference to `input_unregister_device'

Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
Cc: Hong Liu <hong.liu@intel.com>
Signed-off-by: Matthew Garrett <mjg@redhat.com>
drivers/platform/x86/Kconfig

index f0ef757d9fde23eb8c7c56cbdc6081d01e87b31d..53f818d23edbf15e379ebd98dc620bc3b99e6b9c 100644 (file)
@@ -631,7 +631,7 @@ config GPIO_INTEL_PMIC
 
 config INTEL_MID_POWER_BUTTON
        tristate "power button driver for Intel MID platforms"
-       depends on INTEL_SCU_IPC
+       depends on INTEL_SCU_IPC && INPUT
        help
          This driver handles the power button on the Intel MID platforms.