Linux-ARM-Kernel Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ARM: sunxi_defconfig: Enable SUNXI_CCU
@ 2018-01-01 19:22 Corentin Labbe
  2018-01-02  1:54 ` Chen-Yu Tsai
  0 siblings, 1 reply; 2+ messages in thread
From: Corentin Labbe @ 2018-01-01 19:22 UTC (permalink / raw)
  To: linux-arm-kernel

While looking for missing symbol by diffing sunxi_defconfig and my
.config, I just found that no CLK symbol are present in sunxi_defconfig.

This patch add the missing CONFIG_SUNXI_CCU in sunxi_defconfig.
All other symbol will be automatically selected via their default value.

Signed-off-by: Corentin Labbe <clabbe.montjoie@gmail.com>
---
 arch/arm/configs/sunxi_defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm/configs/sunxi_defconfig b/arch/arm/configs/sunxi_defconfig
index 5caaf971fb50..5ed920e75842 100644
--- a/arch/arm/configs/sunxi_defconfig
+++ b/arch/arm/configs/sunxi_defconfig
@@ -16,6 +16,7 @@ CONFIG_CPU_FREQ=y
 CONFIG_CPUFREQ_DT=y
 CONFIG_VFP=y
 CONFIG_NEON=y
+CONFIG_SUNXI_CCU=y
 CONFIG_NET=y
 CONFIG_PACKET=y
 CONFIG_UNIX=y
-- 
2.13.6

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

end of thread, other threads:[~2018-01-02  1:54 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-01-01 19:22 [PATCH] ARM: sunxi_defconfig: Enable SUNXI_CCU Corentin Labbe
2018-01-02  1:54 ` Chen-Yu Tsai

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox