aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorLen Brown <len.brown@intel.com>2009-01-09 03:36:53 -0500
committerLen Brown <len.brown@intel.com>2009-01-09 03:36:53 -0500
commit39cecf2091f10c3a5052d1e58da690d20852b243 (patch)
treead08d9643079be967182e6732a380a0ca5086975 /drivers
parentMerge branch 'alarm' into release (diff)
parenteeepc-laptop: use select and not depends on (diff)
downloadlinux-dev-39cecf2091f10c3a5052d1e58da690d20852b243.tar.xz
linux-dev-39cecf2091f10c3a5052d1e58da690d20852b243.zip
Merge branch 'asus-eeepc' into release
Diffstat (limited to 'drivers')
-rw-r--r--drivers/misc/Kconfig6
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/misc/Kconfig b/drivers/misc/Kconfig
index fee7304102af..d9aac2e65391 100644
--- a/drivers/misc/Kconfig
+++ b/drivers/misc/Kconfig
@@ -428,10 +428,10 @@ config EEEPC_LAPTOP
tristate "Eee PC Hotkey Driver (EXPERIMENTAL)"
depends on X86
depends on ACPI
- depends on BACKLIGHT_CLASS_DEVICE
- depends on HWMON
depends on EXPERIMENTAL
- depends on RFKILL
+ select BACKLIGHT_CLASS_DEVICE
+ select HWMON
+ select RFKILL
---help---
This driver supports the Fn-Fx keys on Eee PC laptops.
It also adds the ability to switch camera/wlan on/off.