Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d66c266a authored by Jiri Kosina's avatar Jiri Kosina
Browse files

HID: Kconfig: fix syntax



Replace mistakenly used '==' by '='.

Signed-off-by: default avatarJiri Kosina <jkosina@suse.cz>
parent 7e69ba7c
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -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