mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-07-16 13:19:56 -04:00
HID: Kconfig: fix syntax
Replace mistakenly used '==' by '='. Signed-off-by: Jiri Kosina <jkosina@suse.cz>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user