From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1763913AbdAITqF (ORCPT ); Mon, 9 Jan 2017 14:46:05 -0500 Received: from fllnx209.ext.ti.com ([198.47.19.16]:43547 "EHLO fllnx209.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1763822AbdAITpi (ORCPT ); Mon, 9 Jan 2017 14:45:38 -0500 From: Suman Anna To: Santosh Shilimkar CC: Philipp Zabel , Rob Herring , Russell King , , , , Andrew Davis , Suman Anna , Nishanth Menon Subject: [PATCH 1/5] ARM: Keystone: Enable ARCH_HAS_RESET_CONTROLLER Date: Mon, 9 Jan 2017 13:43:54 -0600 Message-ID: <20170109194358.27271-2-s-anna@ti.com> X-Mailer: git-send-email 2.10.2 In-Reply-To: <20170109194358.27271-1-s-anna@ti.com> References: <20170109194358.27271-1-s-anna@ti.com> MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org The Keystone 2 family of SoCs will use various Reset Controller drivers for managing the resets of remote processor devices like DSPs on the SoC, so select the ARCH_HAS_RESET_CONTROLLER option by default to enable the Reset framework. Signed-off-by: Suman Anna Signed-off-by: Nishanth Menon --- arch/arm/mach-keystone/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/mach-keystone/Kconfig b/arch/arm/mach-keystone/Kconfig index 24bd64dabdfc..554357035f30 100644 --- a/arch/arm/mach-keystone/Kconfig +++ b/arch/arm/mach-keystone/Kconfig @@ -4,6 +4,7 @@ config ARCH_KEYSTONE select ARM_GIC select HAVE_ARM_ARCH_TIMER select KEYSTONE_TIMER + select ARCH_HAS_RESET_CONTROLLER select ARM_ERRATA_798181 if SMP select COMMON_CLK_KEYSTONE select ARCH_SUPPORTS_BIG_ENDIAN -- 2.10.2