Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753512AbbBKQP4 (ORCPT ); Wed, 11 Feb 2015 11:15:56 -0500 Received: from down.free-electrons.com ([37.187.137.238]:36429 "EHLO mail.free-electrons.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1753316AbbBKQPx (ORCPT ); Wed, 11 Feb 2015 11:15:53 -0500 From: Antoine Tenart To: sebastian.hesselbarth@gmail.com Cc: Antoine Tenart , jszhang@marvell.com, zmxu@marvell.com, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: [PATCH 03/11] ARM: berlin: select MFD_BERLIN_CTRL Date: Wed, 11 Feb 2015 17:15:24 +0100 Message-Id: <1423671332-24580-4-git-send-email-antoine.tenart@free-electrons.com> X-Mailer: git-send-email 2.3.0 In-Reply-To: <1423671332-24580-1-git-send-email-antoine.tenart@free-electrons.com> References: <1423671332-24580-1-git-send-email-antoine.tenart@free-electrons.com> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 973 Lines: 31 The Berlin controller mfd driver is responsible to probe multiple sub-devices in both the soc and system controller nodes. It currently registers the pin controller and the reset controller. Select it for all Berlin SoCs. Signed-off-by: Antoine Tenart --- arch/arm/mach-berlin/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/mach-berlin/Kconfig b/arch/arm/mach-berlin/Kconfig index 3e40a947f3ea..b6131b9889c1 100644 --- a/arch/arm/mach-berlin/Kconfig +++ b/arch/arm/mach-berlin/Kconfig @@ -6,6 +6,7 @@ menuconfig ARCH_BERLIN select DW_APB_ICTL select DW_APB_TIMER_OF select GENERIC_IRQ_CHIP + select MFD_BERLIN_CTRL select PINCTRL if ARCH_BERLIN -- 2.3.0 -- 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/