[PATCH] arm64: defconfig: remove duplicate TYPEC_UCSI & QCOM_PMIC_GLINK

Neil Armstrong posted 1 patch 2 years, 10 months ago
arch/arm64/configs/defconfig | 2 --
1 file changed, 2 deletions(-)
[PATCH] arm64: defconfig: remove duplicate TYPEC_UCSI & QCOM_PMIC_GLINK
Posted by Neil Armstrong 2 years, 10 months ago
Both configs were already applied by 2 separate changes,
fix this to avoid:
arch/arm64/configs/defconfig:989:warning: override: reassigning to symbol TYPEC_UCSI
arch/arm64/configs/defconfig:1232:warning: override: reassigning to symbol QCOM_PMIC_GLINK

Fixes: 4ffd0b001956 ("arm64: defconfig: add PMIC GLINK modules")
Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org>
---
 arch/arm64/configs/defconfig | 2 --
 1 file changed, 2 deletions(-)

diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
index b6e437486537..c4f231b70898 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -274,8 +274,6 @@ CONFIG_BLK_DEV_NVME=m
 CONFIG_QCOM_COINCELL=m
 CONFIG_QCOM_FASTRPC=m
 CONFIG_BATTERY_QCOM_BATTMGR=m
-CONFIG_QCOM_PMIC_GLINK=m
-CONFIG_TYPEC_UCSI=m
 CONFIG_UCSI_PMIC_GLINK=m
 CONFIG_SRAM=y
 CONFIG_PCI_ENDPOINT_TEST=m

---
base-commit: eba6ffc6c33353bb95c5d2bde35bb80e21c1f713
change-id: 20230324-topic-sm8450-upstream-defconfig-fixup-3516a5f976a1

Best regards,
-- 
Neil Armstrong <neil.armstrong@linaro.org>
Re: [PATCH] arm64: defconfig: remove duplicate TYPEC_UCSI & QCOM_PMIC_GLINK
Posted by Bjorn Andersson 2 years, 10 months ago
On Fri, 24 Mar 2023 10:37:54 +0100, Neil Armstrong wrote:
> Both configs were already applied by 2 separate changes,
> fix this to avoid:
> arch/arm64/configs/defconfig:989:warning: override: reassigning to symbol TYPEC_UCSI
> arch/arm64/configs/defconfig:1232:warning: override: reassigning to symbol QCOM_PMIC_GLINK
> 
> 

Applied, thanks!

[1/1] arm64: defconfig: remove duplicate TYPEC_UCSI & QCOM_PMIC_GLINK
      commit: 7b4c00e9cc36e24e60d9907e6c3161791b11695c

Best regards,
-- 
Bjorn Andersson <andersson@kernel.org>