From: Jiri Kosina Date: Mon, 19 Dec 2011 08:16:29 +0000 (+0100) Subject: HID: Kconfig: fix syntax X-Git-Tag: Ubuntu-5.4-5.4.0-11.14~19928^2~1^4~4 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=d66c266ad40e92a5c24fd0c5bbcf08c04ae41b6c;p=mirror_ubuntu-focal-kernel.git HID: Kconfig: fix syntax Replace mistakenly used '==' by '='. Signed-off-by: Jiri Kosina --- diff --git a/drivers/hid/Kconfig b/drivers/hid/Kconfig index 7745c3e42397..a4591596131d 100644 --- a/drivers/hid/Kconfig +++ b/drivers/hid/Kconfig @@ -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