Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752806AbbBLTnq (ORCPT ); Thu, 12 Feb 2015 14:43:46 -0500 Received: from mout.kundenserver.de ([212.227.17.24]:51027 "EHLO mout.kundenserver.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752466AbbBLTnk (ORCPT ); Thu, 12 Feb 2015 14:43:40 -0500 From: Arnd Bergmann To: linux-arm-kernel@lists.infradead.org Cc: linux-kernel@vger.kernel.org, arm@kernel.org, Arnd Bergmann , Maxime Coquelin , Srinivas Kandagatla , Patrice Chotard Subject: [PATCH 10/11] ARM: sti: always enable RESET_CONTROLLER Date: Thu, 12 Feb 2015 20:42:42 +0100 Message-Id: <1423770163-583064-11-git-send-email-arnd@arndb.de> X-Mailer: git-send-email 2.1.0.rc2 In-Reply-To: <1423770163-583064-1-git-send-email-arnd@arndb.de> References: <1423770163-583064-1-git-send-email-arnd@arndb.de> X-Provags-ID: V03:K0:VRNQkkRdFKS+d6ugBDpMkYilIg/ypx6qt9bryRV9xPF89VK5iXk sYYnglmDAes8mC158C3vT+M128aFce7twvEUvlO8slRarcnuBXv2+rKDSCOvGw/JNvEPFcP yt/OMwVlY6VvwnCNMYdSjmKAiYYL85QeYDaHzoZQ4guYVMO/35BV6D7StepxweBfc+NwSQi hydO/jWXiZ5582QCOvWNw== X-UI-Out-Filterresults: notjunk:1; Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1185 Lines: 33 A lot of the sti device drivers require reset controller support, but do not all have individual 'depends on RESET_CONTROLLER' statements. Using 'select' here once avoids a lot of build errors resulting from this. Signed-off-by: Arnd Bergmann Cc: Maxime Coquelin Cc: Srinivas Kandagatla Cc: Patrice Chotard --- arch/arm/mach-sti/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/mach-sti/Kconfig b/arch/arm/mach-sti/Kconfig index 8825bc9e2553..3b1ac463a494 100644 --- a/arch/arm/mach-sti/Kconfig +++ b/arch/arm/mach-sti/Kconfig @@ -13,6 +13,7 @@ menuconfig ARCH_STI select ARM_ERRATA_775420 select PL310_ERRATA_753970 if CACHE_L2X0 select PL310_ERRATA_769419 if CACHE_L2X0 + select RESET_CONTROLLER help Include support for STiH41x SOCs like STiH415/416 using the device tree for discovery -- 2.1.0.rc2 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/