Sfoglia il codice sorgente

Merge branch 'asus-eeepc' into release

Len Brown 16 anni fa
parent
commit
39cecf2091
1 ha cambiato i file con 3 aggiunte e 3 eliminazioni
  1. 3 3
      drivers/misc/Kconfig

+ 3 - 3
drivers/misc/Kconfig

@@ -428,10 +428,10 @@ config EEEPC_LAPTOP
 	tristate "Eee PC Hotkey Driver (EXPERIMENTAL)"
 	tristate "Eee PC Hotkey Driver (EXPERIMENTAL)"
 	depends on X86
 	depends on X86
 	depends on ACPI
 	depends on ACPI
-	depends on BACKLIGHT_CLASS_DEVICE
-	depends on HWMON
 	depends on EXPERIMENTAL
 	depends on EXPERIMENTAL
-	depends on RFKILL
+	select BACKLIGHT_CLASS_DEVICE
+	select HWMON
+	select RFKILL
 	---help---
 	---help---
 	  This driver supports the Fn-Fx keys on Eee PC laptops.
 	  This driver supports the Fn-Fx keys on Eee PC laptops.
 	  It also adds the ability to switch camera/wlan on/off.
 	  It also adds the ability to switch camera/wlan on/off.