diff options
author | Jiri Kosina <jkosina@suse.cz> | 2011-08-10 12:11:10 -0400 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2011-08-10 12:11:10 -0400 |
commit | 70c2cabd6ab6616490c7920ade9fd4143e539884 (patch) | |
tree | dd0e2fc8192a588d488b7a4dd0eae1cca9fe075c /drivers | |
parent | 18e10aba7f2a41767b9aa97911696c28d0f29083 (diff) |
HID: make CONFIG_LOGIWHEELS_FF default to CONFIG_LOGITECH_FF
Do this for backwards compatibility reasons (LOGIWHEELS_FF has
been split-off from LOGITECH_FF), so that users don't have
regressions with 'default' kernel configs.
Reported-and-tested-by: simon@mungewell.org
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/hid/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/hid/Kconfig b/drivers/hid/Kconfig index 6ae234f21453..410eaa902495 100644 --- a/drivers/hid/Kconfig +++ b/drivers/hid/Kconfig | |||
@@ -282,6 +282,7 @@ config LOGIWHEELS_FF | |||
282 | bool "Logitech wheels configuration and force feedback support" | 282 | bool "Logitech wheels configuration and force feedback support" |
283 | depends on HID_LOGITECH | 283 | depends on HID_LOGITECH |
284 | select INPUT_FF_MEMLESS | 284 | select INPUT_FF_MEMLESS |
285 | default LOGITECH_FF | ||
285 | help | 286 | help |
286 | Say Y here if you want to enable force feedback and range setting | 287 | Say Y here if you want to enable force feedback and range setting |
287 | support for following Logitech wheels: | 288 | support for following Logitech wheels: |