From patchwork Fri Nov 27 18:27:51 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ben Dooks X-Patchwork-Id: 7714351 X-Patchwork-Delegate: horms@verge.net.au Return-Path: X-Original-To: patchwork-linux-sh@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork2.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.136]) by patchwork2.web.kernel.org (Postfix) with ESMTP id 1F6FDBEEE1 for ; Fri, 27 Nov 2015 18:28:07 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 52CB32066B for ; Fri, 27 Nov 2015 18:28:06 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 1EF8720667 for ; Fri, 27 Nov 2015 18:28:05 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755098AbbK0S2E (ORCPT ); Fri, 27 Nov 2015 13:28:04 -0500 Received: from ducie-dc1.codethink.co.uk ([185.25.241.215]:42654 "EHLO ducie-dc1.codethink.co.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754982AbbK0S2E (ORCPT ); Fri, 27 Nov 2015 13:28:04 -0500 Received: from localhost (localhost [127.0.0.1]) by ducie-dc1.codethink.co.uk (Postfix) with ESMTP id 87CAC460CC3; Fri, 27 Nov 2015 18:28:01 +0000 (GMT) X-Virus-Scanned: Debian amavisd-new at ducie-dc1.codethink.co.uk Received: from ducie-dc1.codethink.co.uk ([127.0.0.1]) by localhost (ducie-dc1.codethink.co.uk [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id P5ypjqdBHjRT; Fri, 27 Nov 2015 18:27:58 +0000 (GMT) Received: from rainbowdash.ducie.codethink.co.uk (rainbowdash.dyn.ducie.codethink.co.uk [10.24.1.119]) by ducie-dc1.codethink.co.uk (Postfix) with ESMTPS id B636E46082C; Fri, 27 Nov 2015 18:27:58 +0000 (GMT) Received: from ben by rainbowdash.ducie.codethink.co.uk with local (Exim 4.86) (envelope-from ) id 1a2NkU-0003uq-Jf; Fri, 27 Nov 2015 18:27:58 +0000 From: Ben Dooks To: horms@verge.net.au, magnus.damm@gmail.com, linux-sh@vger.kernel.org Cc: linux-arm-kernel@lists.infradead.org, Ben Dooks Subject: [PATCH] arm: renesas: select PINCTRL for Renesas SoC Date: Fri, 27 Nov 2015 18:27:51 +0000 Message-Id: <1448648871-15008-1-git-send-email-ben.dooks@codethink.co.uk> X-Mailer: git-send-email 2.6.2 Sender: linux-sh-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-sh@vger.kernel.org X-Spam-Status: No, score=-6.9 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_HI, T_RP_MATCHES_RCVD, UNPARSEABLE_RELAY autolearn=ham version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP If Renesas SoCs are the only devices selected then the pinctrl core is not selected and the renesas pfc controller will not get included in the kernel. Signed-off-by: Ben Dooks --- arch/arm64/Kconfig.platforms | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm64/Kconfig.platforms b/arch/arm64/Kconfig.platforms index 25a9031..fc3d692 100644 --- a/arch/arm64/Kconfig.platforms +++ b/arch/arm64/Kconfig.platforms @@ -72,6 +72,7 @@ config ARCH_SHMOBILE config ARCH_RENESAS bool "Renesas SoC Platform" select ARCH_SHMOBILE + select PINCTRL select PM_GENERIC_DOMAINS if PM help This enables support for the ARMv8 based Renesas SoCs.