HID: Kconfig: fix syntax
Replace mistakenly used '==' by '='. Signed-off-by: Jiri Kosina <jkosina@suse.cz>
This commit is contained in:
parent
7e69ba7cae
commit
d66c266ad4
|
@ -33,7 +33,7 @@ config HID
|
||||||
|
|
||||||
config HID_BATTERY_STRENGTH
|
config HID_BATTERY_STRENGTH
|
||||||
bool
|
bool
|
||||||
depends on HID && POWER_SUPPLY && HID == POWER_SUPPLY
|
depends on HID && POWER_SUPPLY && HID = POWER_SUPPLY
|
||||||
default y
|
default y
|
||||||
|
|
||||||
config HIDRAW
|
config HIDRAW
|
||||||
|
|
Loading…
Reference in New Issue