From patchwork Thu May 12 22:34:56 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: John Stultz X-Patchwork-Id: 67707 Delivered-To: patches@linaro.org Received: by 10.140.92.199 with SMTP id b65csp986371qge; Thu, 12 May 2016 15:35:02 -0700 (PDT) X-Received: by 10.66.183.36 with SMTP id ej4mr17517407pac.53.1463092502269; Thu, 12 May 2016 15:35:02 -0700 (PDT) Return-Path: Received: from mail-pa0-x230.google.com (mail-pa0-x230.google.com. [2607:f8b0:400e:c03::230]) by mx.google.com with ESMTPS id hc2si20306885pac.65.2016.05.12.15.35.02 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 12 May 2016 15:35:02 -0700 (PDT) Received-SPF: pass (google.com: domain of john.stultz@linaro.org designates 2607:f8b0:400e:c03::230 as permitted sender) client-ip=2607:f8b0:400e:c03::230; 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::230 as permitted sender) smtp.mailfrom=john.stultz@linaro.org; dmarc=pass (p=NONE dis=NONE) header.from=linaro.org Received: by mail-pa0-x230.google.com with SMTP id xk12so33931277pac.0 for ; Thu, 12 May 2016 15:35:02 -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:in-reply-to:references; bh=C2IH1lhS+JxJZkuKlufoSI/Yef5AyVgCD0J+F69rO60=; b=E8LOQW6e+R82h3y7uwrVlbWFilfzaYptjaCZDw2mpqlMKVz0aLzv446ZG4CbfIiSZQ z+2vHPQcrBmZhLmSiqzjnflanpePfoQzKQeca5C+2cX64Hr6uEAqFKbjs60oTZAPpADQ bf7vg5WxsyUbf74VSAIUpn+/BHw8XdcV5j7dw= 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:in-reply-to :references; bh=C2IH1lhS+JxJZkuKlufoSI/Yef5AyVgCD0J+F69rO60=; b=Kdn3/ptJzQuiAKRrCK6NUfUcxKZX/Q0DWcUnYEby4RqvZ15nfAfJRwjentmWPeZypB UdYS3t2u7utYqbNcOUxIV8TEK7jiFFjOEa3QkpweMYNthsQnFYRre+7+e4LGyp+5rjxg ThW60erAlgCcRGzfnBzylivCU6aIROolgZqrBcolFn+vLe2yaifUzeMnTrpbLGddc/rB DcpO7EU14naHGEy326RHD9d1O0cPODIXWDQslFRUrTIOKZaYpk25J0gfW1ZwYEhXjbDO I22Khl9b7h8bL7m9JU4PyKdCjun9ITM7tstfdBkLHW/CksWSohG51wadwOgPX/ctPm1k nFPQ== X-Gm-Message-State: AOPr4FU0Vi8tsMDkpI8Zj08oPqEevxmlLQ1KWhP7V9+qBRsmsJhOw+twHuqUSHJJD36uUuDmv+w= X-Received: by 10.67.22.168 with SMTP id ht8mr17716133pad.50.1463092502030; Thu, 12 May 2016 15:35:02 -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 o7sm22201768pfb.76.2016.05.12.15.35.01 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Thu, 12 May 2016 15:35:01 -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 15:34:56 -0700 Message-Id: <1463092497-18584-2-git-send-email-john.stultz@linaro.org> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1463092497-18584-1-git-send-email-john.stultz@linaro.org> References: <1463092497-18584-1-git-send-email-john.stultz@linaro.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. 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 6de710f..824b21a 100644 --- a/arch/arm64/Kconfig.platforms +++ b/arch/arm64/Kconfig.platforms @@ -47,6 +47,7 @@ config ARCH_HISI bool "Hisilicon SoC Family" select HISILICON_IRQ_MBIGEN select ARM_TIMER_SP804 + select PINCTRL help This enables support for Hisilicon ARMv8 SoC family