Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752871AbeAATYQ (ORCPT + 1 other); Mon, 1 Jan 2018 14:24:16 -0500 Received: from mail-wm0-f68.google.com ([74.125.82.68]:37181 "EHLO mail-wm0-f68.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751920AbeAATYP (ORCPT ); Mon, 1 Jan 2018 14:24:15 -0500 X-Google-Smtp-Source: ACJfBotHnb4V7d4IdW29zfuwhjN/PRdXkBoEMt8GYKl1CK85dcq2/WFPQXh7+4x3fs0jhCcEAIf4CQ== From: Corentin Labbe To: linux@armlinux.org.uk, maxime.ripard@free-electrons.com, wens@csie.org Cc: linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, linux-sunxi@googlegroups.com, Corentin Labbe Subject: [PATCH] ARM: sunxi_defconfig: Enable SUNXI_CCU Date: Mon, 1 Jan 2018 20:22:08 +0100 Message-Id: <20180101192208.11738-1-clabbe.montjoie@gmail.com> X-Mailer: git-send-email 2.13.6 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Return-Path: 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 --- 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