All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] arm64: configs: remove redundant CONFIG_MTK_PMIC_WRAP
@ 2021-05-07 18:24 ` Luo Longjun
  0 siblings, 0 replies; 12+ messages in thread
From: Luo Longjun @ 2021-05-07 18:24 UTC (permalink / raw)
  To: catalin.marinas, will
  Cc: linux-arm-kernel, linux-kernel, luolongjun, sangyan, ningyu9, luchunhua

When I compile kernel in ARM64, it produces the following output:

*** Default configuration is based on 'defconfig'
arch/arm64/configs/defconfig:1018:warning: override: reassigning to
symbol MTK_PMIC_WRAP

After checking defcofnig, I found two CONFIG_MTK_PMIC_WRAP options.

Signed-off-by: Luo Longjun <luolongjun@huawei.com>
---
 arch/arm64/configs/defconfig | 1 -
 1 file changed, 1 deletion(-)

diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
index 08c6f769df9a..9907a431db0d 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -491,7 +491,6 @@ CONFIG_SPI_S3C64XX=y
 CONFIG_SPI_SH_MSIOF=m
 CONFIG_SPI_SUN6I=y
 CONFIG_SPI_SPIDEV=m
-CONFIG_MTK_PMIC_WRAP=m
 CONFIG_SPMI=y
 CONFIG_PINCTRL_SINGLE=y
 CONFIG_PINCTRL_MAX77620=y
-- 
2.17.1


^ permalink raw reply related	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2021-06-14  9:00 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-07 18:24 [PATCH] arm64: configs: remove redundant CONFIG_MTK_PMIC_WRAP Luo Longjun
2021-05-07 18:24 ` Luo Longjun
2021-05-11 17:20 ` Catalin Marinas
2021-05-11 17:20   ` Catalin Marinas
2021-05-11 20:04   ` Enric Balletbo i Serra
2021-05-11 20:04     ` Enric Balletbo i Serra
2021-05-14  7:42     ` Matthias Brugger
2021-05-14  7:42       ` Matthias Brugger
2021-06-11 21:39       ` Petr Vorel
2021-06-11 21:39         ` Petr Vorel
2021-06-14  8:58         ` Matthias Brugger
2021-06-14  8:58           ` Matthias Brugger

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.