commit | c10354d4a6c9256c3393feafcbd030cb392a9baf | [log] [tgz] |
---|---|---|
author | Jiri Kosina <jkosina@suse.cz> | Wed Oct 31 15:54:34 2012 +0100 |
committer | Jiri Kosina <jkosina@suse.cz> | Wed Oct 31 15:54:34 2012 +0100 |
tree | 24ecf82aa858f350bd03758acd4e7c3644ae29da | |
parent | 4ddfe0289bd4622a2a84747ab90c0614da4673e0 [diff] [blame] |
HID: remove spurious brackets for iCade Remove spurious brackets in Kconfig for hid-icade. Signed-off-by: Jiri Kosina <jkosina@suse.cz>
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_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.