diff options
author | Corentin Chary <corentincj@iksaif.net> | 2011-02-26 10:20:42 +0100 |
---|---|---|
committer | Matthew Garrett <mjg@redhat.com> | 2011-03-28 06:07:23 -0400 |
commit | e07babde13460d7b03842a6de8f22fbef93709e1 (patch) | |
tree | 8a13aa1ccd92fdb64f42088181f54827f1a973ca /drivers/platform/x86/Kconfig | |
parent | 2f686b54fbfcd82ebfb650a5c628c1b9ba8b9863 (diff) |
asus-wmi: add hwmon interface and pwm1
Signed-off-by: Corentin Chary <corentincj@iksaif.net>
Signed-off-by: Matthew Garrett <mjg@redhat.com>
Diffstat (limited to 'drivers/platform/x86/Kconfig')
-rw-r--r-- | drivers/platform/x86/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/platform/x86/Kconfig b/drivers/platform/x86/Kconfig index 45f4d63c793..0c7cf666a1b 100644 --- a/drivers/platform/x86/Kconfig +++ b/drivers/platform/x86/Kconfig @@ -458,6 +458,7 @@ config ASUS_WMI tristate "ASUS WMI Driver (EXPERIMENTAL)" depends on ACPI_WMI depends on INPUT + depends on HWMON depends on EXPERIMENTAL depends on BACKLIGHT_CLASS_DEVICE depends on RFKILL || RFKILL = n |