HID: Kconfig: fix syntax
authorJiri Kosina <jkosina@suse.cz>
Mon, 19 Dec 2011 08:16:29 +0000 (09:16 +0100)
committerJiri Kosina <jkosina@suse.cz>
Mon, 19 Dec 2011 08:16:29 +0000 (09:16 +0100)
Replace mistakenly used '==' by '='.

Signed-off-by: Jiri Kosina <jkosina@suse.cz>
drivers/hid/Kconfig

index 7745c3e42397e6c3d6ad519b22f4e6060f94e1d5..a4591596131dcca0b9450bf7f13863edc5538465 100644 (file)
@@ -33,7 +33,7 @@ config HID
 
 config HID_BATTERY_STRENGTH
        bool
-       depends on HID && POWER_SUPPLY && HID == POWER_SUPPLY
+       depends on HID && POWER_SUPPLY && HID = POWER_SUPPLY
        default y
 
 config HIDRAW
This page took 0.046798 seconds and 5 git commands to generate.