Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d9447183 authored by Corentin Chary's avatar Corentin Chary Committed by Len Brown
Browse files

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: default avatarCorentin Chary <corentincj@iksaif.net>
Signed-off-by: default avatarLen Brown <len.brown@intel.com>
parent 3d44cc3e
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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.