From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756098AbcHVWpg (ORCPT ); Mon, 22 Aug 2016 18:45:36 -0400 Received: from mail-pa0-f47.google.com ([209.85.220.47]:33380 "EHLO mail-pa0-f47.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751980AbcHVWpe (ORCPT ); Mon, 22 Aug 2016 18:45:34 -0400 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 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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(+) 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 -- 1.9.1