diff options
author | Jiri Kosina <jkosina@suse.cz> | 2010-08-04 15:29:35 +0200 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2010-08-04 15:29:35 +0200 |
commit | 35d03a0d9b22fdf7cba75cd41a6f0a039ba35cdd (patch) | |
tree | 1f85aa8bd902aae76beb1c9deb20557a2e71fe9c /drivers/hid/Kconfig | |
parent | 9929ffed889b4861b52ba648a44fa4add945c4d1 (diff) | |
parent | 7d3d42a79519df4cd62c3aa5d9ae2d77ebbf8fab (diff) | |
download | op-kernel-dev-35d03a0d9b22fdf7cba75cd41a6f0a039ba35cdd.zip op-kernel-dev-35d03a0d9b22fdf7cba75cd41a6f0a039ba35cdd.tar.gz |
Merge branch 'acrux' into for-linus
Conflicts:
drivers/hid/hid-ids.h
Diffstat (limited to 'drivers/hid/Kconfig')
-rw-r--r-- | drivers/hid/Kconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/hid/Kconfig b/drivers/hid/Kconfig index f54050c..6369ba7 100644 --- a/drivers/hid/Kconfig +++ b/drivers/hid/Kconfig @@ -68,6 +68,14 @@ config HID_A4TECH ---help--- Support for A4 tech X5 and WOP-35 / Trust 450L mice. +config HID_ACRUX_FF + tristate "ACRUX force feedback support" + depends on USB_HID + select INPUT_FF_MEMLESS + ---help--- + Say Y here if you want to enable force feedback support for ACRUX + game controllers. + config HID_APPLE tristate "Apple" if EMBEDDED depends on (USB_HID || BT_HIDP) |