diff options
author | Randy Dunlap <randy.dunlap@oracle.com> | 2011-02-22 16:47:35 -0500 |
---|---|---|
committer | Matthew Garrett <mjg@redhat.com> | 2011-03-28 06:07:24 -0400 |
commit | 90ba4b1bfcf71bfe5c3844ddeb474aae4453cabd (patch) | |
tree | 02577c1d9bed51fdb523ff715373590ead6d97aa /drivers/platform/x86/Kconfig | |
parent | 5f8540094d23b8886d671ff1faf875b698e2f299 (diff) |
eeepc-wmi: kconfig changes to fix build errors
Fix eeepc-wmi build when CONFIG_HOTPLUG_PCI is not enabled:
eeepc-wmi.c:(.text+0x3bc5e9): undefined reference to `pci_hp_deregister'
eeepc-wmi.c:(.text+0x3bcca4): undefined reference to `__pci_hp_register'
Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: Matthew Garrett <mjg@redhat.com>
Diffstat (limited to 'drivers/platform/x86/Kconfig')
-rw-r--r-- | drivers/platform/x86/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/platform/x86/Kconfig b/drivers/platform/x86/Kconfig index 0c7cf666a1bc..0253157085d3 100644 --- a/drivers/platform/x86/Kconfig +++ b/drivers/platform/x86/Kconfig | |||
@@ -462,6 +462,7 @@ config ASUS_WMI | |||
462 | depends on EXPERIMENTAL | 462 | depends on EXPERIMENTAL |
463 | depends on BACKLIGHT_CLASS_DEVICE | 463 | depends on BACKLIGHT_CLASS_DEVICE |
464 | depends on RFKILL || RFKILL = n | 464 | depends on RFKILL || RFKILL = n |
465 | depends on HOTPLUG_PCI | ||
465 | select INPUT_SPARSEKMAP | 466 | select INPUT_SPARSEKMAP |
466 | select LEDS_CLASS | 467 | select LEDS_CLASS |
467 | select NEW_LEDS | 468 | select NEW_LEDS |