Commit d66c266a authored by Jiri Kosina's avatar Jiri Kosina

HID: Kconfig: fix syntax

Replace mistakenly used '==' by '='.
Signed-off-by: default avatarJiri Kosina <jkosina@suse.cz>
parent 7e69ba7c
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment