aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArnd Bergmann <arnd@arndb.de>2018-05-25 11:30:51 -0400
committerJiri Kosina <jkosina@suse.cz>2018-05-30 02:50:05 -0400
commit4b64487fa63a71bbed883b55268ea275da6f8a7a (patch)
tree1dd7925144b2e8220ccfbbc4229697b24d29efda
parent165e2cad5a74bddbe6ca2c42fc5d2816f5e67795 (diff)
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: f82719790751 ("HID: steam: add battery device.") Signed-off-by: Arnd Bergmann <arnd@arndb.de> Reviewed-by: Benjamin Tissoires <benjamin.tissoires@redhat.com> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
-rw-r--r--drivers/hid/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/hid/Kconfig b/drivers/hid/Kconfig
index 4a6fdf346058..c75b12ded7af 100644
--- a/drivers/hid/Kconfig
+++ b/drivers/hid/Kconfig
@@ -841,6 +841,7 @@ config HID_SPEEDLINK
841config HID_STEAM 841config HID_STEAM
842 tristate "Steam Controller support" 842 tristate "Steam Controller support"
843 depends on HID 843 depends on HID
844 select POWER_SUPPLY
844 ---help--- 845 ---help---
845 Say Y here if you have a Steam Controller if you want to use it 846 Say Y here if you have a Steam Controller if you want to use it
846 without running the Steam Client. It supports both the wired and 847 without running the Steam Client. It supports both the wired and