diff options
author | Jiri Kosina <jkosina@suse.cz> | 2012-10-31 14:54:34 (GMT) |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2012-10-31 14:54:34 (GMT) |
commit | c10354d4a6c9256c3393feafcbd030cb392a9baf (patch) | |
tree | 24ecf82aa858f350bd03758acd4e7c3644ae29da | |
parent | 4ddfe0289bd4622a2a84747ab90c0614da4673e0 (diff) | |
download | linux-c10354d4a6c9256c3393feafcbd030cb392a9baf.tar.xz |
HID: remove spurious brackets for iCade
Remove spurious brackets in Kconfig for hid-icade.
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
-rw-r--r-- | drivers/hid/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/hid/Kconfig b/drivers/hid/Kconfig index 813f0fe..f0ac277 100644 --- a/drivers/hid/Kconfig +++ b/drivers/hid/Kconfig @@ -267,7 +267,7 @@ config HID_GYRATION config HID_ICADE tristate "ION iCade arcade controller" - depends on (BT_HIDP) + depends on BT_HIDP ---help--- Support for the ION iCade arcade controller to work as a joystick. |