aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/misc/Kconfig
diff options
context:
space:
mode:
authorCorentin Chary <corentincj@iksaif.net>2008-12-23 21:08:29 +0100
committerLen Brown <len.brown@intel.com>2008-12-23 16:15:11 -0500
commitd9447183366ce849d7483bbd369752ac748e0422 (patch)
tree910c3bbe51625cc5015db9459ff4c1165c7d6110 /drivers/misc/Kconfig
parentNull pointer deref with hrtimer_try_to_cancel() (diff)
downloadlinux-dev-d9447183366ce849d7483bbd369752ac748e0422.tar.xz
linux-dev-d9447183366ce849d7483bbd369752ac748e0422.zip
eeepc-laptop: use select and not depends on
As len said: "Kconfig should offer users features, and not make users devine their dependencies. Signed-off-by: Corentin Chary <corentincj@iksaif.net> Signed-off-by: Len Brown <len.brown@intel.com>
Diffstat (limited to 'drivers/misc/Kconfig')
-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.