From patchwork Thu May 12 21:52:52 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: John Stultz X-Patchwork-Id: 67703 Delivered-To: patches@linaro.org Received: by 10.140.92.199 with SMTP id b65csp972932qge; Thu, 12 May 2016 14:52:59 -0700 (PDT) X-Received: by 10.66.162.39 with SMTP id xx7mr17140802pab.97.1463089978964; Thu, 12 May 2016 14:52:58 -0700 (PDT) Return-Path: Received: from mail-pf0-x22f.google.com (mail-pf0-x22f.google.com. [2607:f8b0:400e:c00::22f]) by mx.google.com with ESMTPS id px5si20025631pab.182.2016.05.12.14.52.58 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 12 May 2016 14:52:58 -0700 (PDT) Received-SPF: pass (google.com: domain of john.stultz@linaro.org designates 2607:f8b0:400e:c00::22f as permitted sender) client-ip=2607:f8b0:400e:c00::22f; 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:c00::22f as permitted sender) smtp.mailfrom=john.stultz@linaro.org; dmarc=pass (p=NONE dis=NONE) header.from=linaro.org Received: by mail-pf0-x22f.google.com with SMTP id c189so36058647pfb.3 for ; Thu, 12 May 2016 14:52:58 -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=0G+G9XbNU+Cht7qR7ZyC27weMLejKVxRVx2k1C9w7Ns=; b=NnagYdMTKrWaJyKWJxUo7d4EX6W73VS9zaVnT6uTJKuA3129oYmwl0T1NwHxxo0B3G rMEyolu3Q0YmTNDdObF461uXE+2m0yUm/4CDLku9G3qNYLft9DUPoxvpQ0p1DleKGFlc gNiZEuMVQH6N+0kmC+h0QNBXzX7qqRkYac4nA= 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=0G+G9XbNU+Cht7qR7ZyC27weMLejKVxRVx2k1C9w7Ns=; b=coX2NN3lrPyvzNgftbH5SCLxa4gDYW7kMAsbiXmAX00Ggvm7V3Nn+vHOAEXFjHWYWZ IbR50NcRf372AalqCqny2txgNeyMZ2UdvBKXq2+JrFLTKlO5SZRh81wbsKReYvcZUDX7 Y9+mcNIY7H7/d/XlcLCj906uyT1Y0kP2jwb+WSrEksVOyXrOKPsfyJyPM/ldFYKZ+Hfe HRaUUMxX7mrwAJzfWgDQJW2nFMQYpJ4Y8ETY4zw5JuNPwvd1sAxvRMT/VHj58A+U4WZW mHe7YQNEJU7h2XCacoWLDg4yYGYegVlfCdX/pQuR61WJCucv+MTeSSLoimPIar79LzoA TWpw== X-Gm-Message-State: AOPr4FVmMM5JArICqYi0mR+AmBfHguysG6XkXKR+stqcLEzvgYgByU1oFIjMxl0FsPiCKOCeqQg= X-Received: by 10.98.3.135 with SMTP id 129mr17285557pfd.42.1463089978668; Thu, 12 May 2016 14:52:58 -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 y3sm22182695par.2.2016.05.12.14.52.57 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Thu, 12 May 2016 14:52:58 -0700 (PDT) From: John Stultz To: Guodong Xu Cc: John Stultz Subject: [PATCH 1/2] Kconfig: ARCH_HISI: Add PINCTRL to HISI platform Date: Thu, 12 May 2016 14:52:52 -0700 Message-Id: <1463089973-18256-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. 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 94c410d..4d2c201 100644 --- a/arch/arm64/Kconfig.platforms +++ b/arch/arm64/Kconfig.platforms @@ -37,6 +37,7 @@ config ARCH_LAYERSCAPE config ARCH_HISI bool "Hisilicon SoC Family" select ARM_TIMER_SP804 + select PINCTRL help This enables support for Hisilicon ARMv8 SoC family