From: Lubomir Rintel Date: Wed, 29 May 2019 08:34:04 +0000 (+0200) Subject: Platform: OLPC: Require CONFIG_POWER_SUPPLY for XO-1.75 EC X-Git-Tag: v5.4-rc1~563^2~61 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=af21f32c78e0f3446e50bd01dbd041f4082d5fda;p=platform%2Fkernel%2Flinux-rpi.git Platform: OLPC: Require CONFIG_POWER_SUPPLY for XO-1.75 EC ERROR: "power_supply_put" [drivers/platform/olpc/olpc-xo175-ec.ko] undefined! ERROR: "power_supply_changed" [drivers/platform/olpc/olpc-xo175-ec.ko] undefined! ERROR: "power_supply_get_by_name" [drivers/platform/olpc/olpc-xo175-ec.ko] undefined! Adding the dependency seems like a more reasonable thing compared to ifdef-ing the bits, as if one has an XO-1.75 they almost certainly want a baterry and AC adapter support. Reported-by: Randy Dunlap Signed-off-by: Lubomir Rintel Acked-by: Randy Dunlap Signed-off-by: Andy Shevchenko --- diff --git a/drivers/platform/olpc/Kconfig b/drivers/platform/olpc/Kconfig index 1fa676c..6f35c01 100644 --- a/drivers/platform/olpc/Kconfig +++ b/drivers/platform/olpc/Kconfig @@ -7,6 +7,7 @@ config OLPC_XO175_EC depends on ARCH_MMP || COMPILE_TEST depends on SPI_SLAVE depends on INPUT + depends on POWER_SUPPLY select OLPC_EC help Include support for the OLPC XO Embedded Controller (EC). The EC