diff options
author | Jiri Kosina <jkosina@suse.cz> | 2010-07-19 06:13:57 -0400 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2010-07-19 06:13:57 -0400 |
commit | 7d3d42a79519df4cd62c3aa5d9ae2d77ebbf8fab (patch) | |
tree | 6a25d1121669358be03d91501b7c1ccd65afa632 /drivers/hid/Kconfig | |
parent | c0dbcc33c652a0646542560de29a1c3f1ab7169f (diff) |
HID: fix up Kconfig entry for ACRUX driver
Remove 'default !EMBEDDED' from ACRUX force feedback driver
entry.
See commit message of 73d5e8f77e88 ("HID: fix up 'EMBEDDED' mess
in Kconfig") for explanation and reasoning.
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/hid/Kconfig')
-rw-r--r-- | drivers/hid/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/hid/Kconfig b/drivers/hid/Kconfig index c25865f14a6c..2e91307d8d79 100644 --- a/drivers/hid/Kconfig +++ b/drivers/hid/Kconfig | |||
@@ -71,7 +71,6 @@ config HID_A4TECH | |||
71 | config HID_ACRUX_FF | 71 | config HID_ACRUX_FF |
72 | tristate "ACRUX force feedback support" | 72 | tristate "ACRUX force feedback support" |
73 | depends on USB_HID | 73 | depends on USB_HID |
74 | default !EMBEDDED | ||
75 | select INPUT_FF_MEMLESS | 74 | select INPUT_FF_MEMLESS |
76 | ---help--- | 75 | ---help--- |
77 | Say Y here if you want to enable force feedback support for ACRUX | 76 | Say Y here if you want to enable force feedback support for ACRUX |