From c10354d4a6c9256c3393feafcbd030cb392a9baf Mon Sep 17 00:00:00 2001 From: Jiri Kosina Date: Wed, 31 Oct 2012 15:54:34 +0100 Subject: [PATCH] HID: remove spurious brackets for iCade Remove spurious brackets in Kconfig for hid-icade. Signed-off-by: Jiri Kosina --- drivers/hid/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.7.4