Commit 4b64487f authored by Arnd Bergmann's avatar Arnd Bergmann Committed by Jiri Kosina

HID: steam: select CONFIG_POWER_SUPPLY

Using the power supply APIs requires selecting the appropriate
Kconfig symbol, otherwise we get this build failure:

drivers/hid/hid-steam.o: In function `steam_unregister':
hid-steam.c:(.text+0x1cc): undefined reference to `power_supply_unregister'
drivers/hid/hid-steam.o: In function `steam_battery_get_property':
hid-steam.c:(.text+0x2d2): undefined reference to `power_supply_get_drvdata'
drivers/hid/hid-steam.o: In function `steam_raw_event':
hid-steam.c:(.text+0xcba): undefined reference to `power_supply_changed'
drivers/hid/hid-steam.o: In function `steam_register':
hid-steam.c:(.text+0x13e3): undefined reference to `power_supply_register'
hid-steam.c:(.text+0x13fe): undefined reference to `power_supply_powers'

Fixes: f8271979 ("HID: steam: add battery device.")
Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
Reviewed-by: default avatarBenjamin Tissoires <benjamin.tissoires@redhat.com>
Signed-off-by: default avatarJiri Kosina <jkosina@suse.cz>
parent 165e2cad
...@@ -841,6 +841,7 @@ config HID_SPEEDLINK ...@@ -841,6 +841,7 @@ config HID_SPEEDLINK
config HID_STEAM config HID_STEAM
tristate "Steam Controller support" tristate "Steam Controller support"
depends on HID depends on HID
select POWER_SUPPLY
---help--- ---help---
Say Y here if you have a Steam Controller if you want to use it Say Y here if you have a Steam Controller if you want to use it
without running the Steam Client. It supports both the wired and without running the Steam Client. It supports both the wired and
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment