From patchwork Mon Aug 22 22:45:30 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: John Stultz X-Patchwork-Id: 74471 Delivered-To: patches@linaro.org Received: by 10.140.29.52 with SMTP id a49csp1799177qga; Mon, 22 Aug 2016 15:45:34 -0700 (PDT) X-Received: by 10.67.1.35 with SMTP id bd3mr47248434pad.16.1471905934077; Mon, 22 Aug 2016 15:45:34 -0700 (PDT) Return-Path: Received: from mail-pa0-x22b.google.com (mail-pa0-x22b.google.com. [2607:f8b0:400e:c03::22b]) by mx.google.com with ESMTPS id ml5si312362pab.150.2016.08.22.15.45.33 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 22 Aug 2016 15:45:33 -0700 (PDT) Received-SPF: pass (google.com: domain of john.stultz@linaro.org designates 2607:f8b0:400e:c03::22b as permitted sender) client-ip=2607:f8b0:400e:c03::22b; Authentication-Results: mx.google.com; dkim=pass header.i=@linaro.org; spf=pass (google.com: domain of john.stultz@linaro.org designates 2607:f8b0:400e:c03::22b as permitted sender) smtp.mailfrom=john.stultz@linaro.org; dmarc=pass (p=NONE dis=NONE) header.from=linaro.org Received: by mail-pa0-x22b.google.com with SMTP id ti13so41585764pac.0 for ; Mon, 22 Aug 2016 15:45:33 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=from:to:cc:subject:date:message-id; bh=LwSyNH6ahjKajrxbhx/qwCvZdtMIzeN0bECCRxRhyWw=; b=Gv9NIXEcX5rZ1JeSotZqMliDGlB3lwGusZlGXj9WFl0LdwZJ+2aXQwzXjGlwj2eA4s 2tEtw6FlXvmi0cZLnypysYM4uRN+/vptXeL6iZO013IZG+afAqyTPCsKthpda33jg/tY 2yfrbgLy6YY3AP1h9Qn2vOG5sOw/qZ/thmkB4= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id; bh=LwSyNH6ahjKajrxbhx/qwCvZdtMIzeN0bECCRxRhyWw=; b=B7w2Un8W5SfA4VtaLx2fRqZE7P1MUurWw9gaGsO8nJLAgOprVMutjzQkoOM6wNAuum j/Xv07W3q0kxLubfeXnibg5yAvnFcy8IfNZ29OLXwn80mrCDVaAbLmw7IxB/mTxpg+mK U0uHdc8wpnVCn6RV/C71cLzORV+ohf0BHhqxbib1GKPsV8BsOR/rrJ67Nx/I6/Uxqz3o aSD5/Ku4Rs1M7VlWrmBbrrod4mUeFns3Du77xeq9lR+hQ0heap2nNRH0fo+EzYjzjbHQ qc1lQTCVOC6HAylNA9LzNsjF9DBCmO9RLe7/56QquxJItaMSYvuimzzIfo1H3CQwMWs1 MhgQ== X-Gm-Message-State: AEkoouvtWq4cSl3fFo0/D2MqBFKi1A+pKRIQzKgr885BGvZg9jXcdZsNsXMbZMXtU+AR/UXeoZ8= X-Received: by 10.67.3.197 with SMTP id by5mr46447011pad.119.1471905933647; Mon, 22 Aug 2016 15:45:33 -0700 (PDT) Return-Path: Received: from localhost.localdomain (c-73-67-244-238.hsd1.or.comcast.net. [73.67.244.238]) by smtp.gmail.com with ESMTPSA id o5sm208784pfb.9.2016.08.22.15.45.32 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Mon, 22 Aug 2016 15:45:32 -0700 (PDT) From: John Stultz To: lkml Cc: John Stultz , Arnd Bergmann , Wei Xu , Catalin Marinas , Will Deacon , linux-arm-kernel@lists.infradead.org Subject: [RFC][PATCH] Kconfig: ARCH_HISI: Add PINCTRL to HISI platform Date: Mon, 22 Aug 2016 15:45:30 -0700 Message-Id: <1471905930-12438-1-git-send-email-john.stultz@linaro.org> X-Mailer: git-send-email 1.9.1 Things won't work if PINCTRL isn't enabled, so make sure to explicitly set it rather then betting that we have some other platform configed in which selects it. Cc: Arnd Bergmann Cc: Wei Xu Cc: Catalin Marinas Cc: Will Deacon Cc: linux-arm-kernel@lists.infradead.org Signed-off-by: John Stultz --- arch/arm64/Kconfig.platforms | 1 + 1 file changed, 1 insertion(+) -- 1.9.1 diff --git a/arch/arm64/Kconfig.platforms b/arch/arm64/Kconfig.platforms index be5d824..f848946 100644 --- a/arch/arm64/Kconfig.platforms +++ b/arch/arm64/Kconfig.platforms @@ -67,6 +67,7 @@ config ARCH_HISI bool "Hisilicon SoC Family" select ARM_TIMER_SP804 select HISILICON_IRQ_MBIGEN if PCI + select PINCTRL help This enables support for Hisilicon ARMv8 SoC family