mirror of https://gitee.com/openkylin/linux.git
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