From 92a5bb56e80378ca76c20952403a7060536371ed Mon Sep 17 00:00:00 2001 From: Dongsu Park Date: Tue, 17 Nov 2020 14:15:35 +0100 Subject: [PATCH] sys-kernel: enable CONFIG_POWER_SUPPLY CONFIG_POWER_SUPPLY enables power supply class used to represent battery, UPS, AC or DC power supply properties to user-space. It defines core set of attributes, which should be applicable to most power supplies out there. See also https://github.com/kinvolk/Flatcar/issues/215. --- .../sys-kernel/coreos-modules/files/commonconfig-5.9 | 1 + 1 file changed, 1 insertion(+) diff --git a/sdk_container/src/third_party/coreos-overlay/sys-kernel/coreos-modules/files/commonconfig-5.9 b/sdk_container/src/third_party/coreos-overlay/sys-kernel/coreos-modules/files/commonconfig-5.9 index b745b6158e..5f079033b1 100644 --- a/sdk_container/src/third_party/coreos-overlay/sys-kernel/coreos-modules/files/commonconfig-5.9 +++ b/sdk_container/src/third_party/coreos-overlay/sys-kernel/coreos-modules/files/commonconfig-5.9 @@ -714,6 +714,7 @@ CONFIG_PCI_MSI=y CONFIG_PCNET32=m CONFIG_PDC_ADMA=m CONFIG_POSIX_MQUEUE=y +CONFIG_POWER_SUPPLY=y CONFIG_PPP=m CONFIG_PPPOE=m CONFIG_PPP_ASYNC=m