Skip to content

Commit

Permalink
HID: Kconfig: fix syntax
Browse files Browse the repository at this point in the history
Replace mistakenly used '==' by '='.

Signed-off-by: Jiri Kosina <jkosina@suse.cz>
  • Loading branch information
Jiri Kosina committed Dec 19, 2011
1 parent 7e69ba7 commit d66c266
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/hid/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d66c266

Please sign in to comment.