aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/platform/x86/Kconfig
diff options
context:
space:
mode:
authorCorentin Chary <corentincj@iksaif.net>2009-02-25 03:37:09 -0500
committerLen Brown <len.brown@intel.com>2009-03-16 00:37:32 -0400
commitd263da311ab403e3a84fa24920edc826147a550c (patch)
tree5b1bd4093a625fa2a4ce486a388ac08cbc1ceab9 /drivers/platform/x86/Kconfig
parente73e2c62f7646d54e30ef8863ac0be0b8e4ef0eb (diff)
platform/x86: depends instead of select for laptop platform drivers
"I hate `select' and will gleefully leap on any s/select/depends/ patch, whether it works or not :)" Andrew Morton select INPUT is not needed here, because if someone doesn't want INPUT, he won't want these drivers either. Signed-off-by: Corentin Chary <corentincj@iksaif.net> Signed-off-by: Len Brown <len.brown@intel.com>
Diffstat (limited to 'drivers/platform/x86/Kconfig')
-rw-r--r--drivers/platform/x86/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/platform/x86/Kconfig b/drivers/platform/x86/Kconfig
index fede8f327bbd..f3ab40188e62 100644
--- a/drivers/platform/x86/Kconfig
+++ b/drivers/platform/x86/Kconfig
@@ -185,11 +185,11 @@ config SONYPI_COMPAT
185config THINKPAD_ACPI 185config THINKPAD_ACPI
186 tristate "ThinkPad ACPI Laptop Extras" 186 tristate "ThinkPad ACPI Laptop Extras"
187 depends on ACPI 187 depends on ACPI
188 depends on INPUT
188 select BACKLIGHT_LCD_SUPPORT 189 select BACKLIGHT_LCD_SUPPORT
189 select BACKLIGHT_CLASS_DEVICE 190 select BACKLIGHT_CLASS_DEVICE
190 select HWMON 191 select HWMON
191 select NVRAM 192 select NVRAM
192 select INPUT
193 select NEW_LEDS 193 select NEW_LEDS
194 select LEDS_CLASS 194 select LEDS_CLASS
195 select NET 195 select NET