From 2d5d0d809195c0f7c3fa956c7252ad8a9e8aad7a Mon Sep 17 00:00:00 2001 From: Krzesimir Nowak Date: Thu, 3 Sep 2020 22:35:19 +0200 Subject: [PATCH] sys-kernel/coreos-modules: Add deps for AT803X_PHY The dependency was added in commit dddb318b9f989acba9ccca9babc4715a9075eae8. Earlier the regulator code was only built for arm64, but since the CONFIG_AT803X_PHY variable is specified in common config, the CONFIG_REGULATOR variables needed to be moved to common config too. --- .../sys-kernel/coreos-modules/files/arm64_defconfig-5.8 | 2 -- .../sys-kernel/coreos-modules/files/commonconfig-5.8 | 2 ++ 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sdk_container/src/third_party/coreos-overlay/sys-kernel/coreos-modules/files/arm64_defconfig-5.8 b/sdk_container/src/third_party/coreos-overlay/sys-kernel/coreos-modules/files/arm64_defconfig-5.8 index ccb3ebef70..ed85802012 100644 --- a/sdk_container/src/third_party/coreos-overlay/sys-kernel/coreos-modules/files/arm64_defconfig-5.8 +++ b/sdk_container/src/third_party/coreos-overlay/sys-kernel/coreos-modules/files/arm64_defconfig-5.8 @@ -65,8 +65,6 @@ CONFIG_POWER_RESET_SYSCON=y CONFIG_POWER_RESET_XGENE=y CONFIG_PREEMPT=y # CONFIG_PROC_PID_CPUSET is not set -CONFIG_REGULATOR=y -CONFIG_REGULATOR_FIXED_VOLTAGE=y CONFIG_RTC_DRV_EFI=y CONFIG_RTC_DRV_XGENE=y CONFIG_SATA_AHCI_PLATFORM=y diff --git a/sdk_container/src/third_party/coreos-overlay/sys-kernel/coreos-modules/files/commonconfig-5.8 b/sdk_container/src/third_party/coreos-overlay/sys-kernel/coreos-modules/files/commonconfig-5.8 index 2edc5b866e..e6bbc0a6a7 100644 --- a/sdk_container/src/third_party/coreos-overlay/sys-kernel/coreos-modules/files/commonconfig-5.8 +++ b/sdk_container/src/third_party/coreos-overlay/sys-kernel/coreos-modules/files/commonconfig-5.8 @@ -740,6 +740,8 @@ CONFIG_RDS=m CONFIG_RDS_RDMA=m CONFIG_RDS_TCP=m CONFIG_REALTEK_PHY=m +CONFIG_REGULATOR=y +CONFIG_REGULATOR_FIXED_VOLTAGE=y CONFIG_RTC_CLASS=y CONFIG_RT_GROUP_SCHED=y CONFIG_S2IO=m