mirror of
https://github.com/torvalds/linux.git
synced 2024-12-31 23:31:29 +00:00
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
|
||||
bool
|
||||
depends on HID && POWER_SUPPLY && HID == POWER_SUPPLY
|
||||
depends on HID && POWER_SUPPLY && HID = POWER_SUPPLY
|
||||
default y
|
||||
|
||||
config HIDRAW
|
||||
|
Loading…
Reference in New Issue
Block a user