From patchwork Wed Sep 9 21:13:53 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Peter Griffin X-Patchwork-Id: 53347 Return-Path: X-Original-To: linaro@patches.linaro.org Delivered-To: linaro@patches.linaro.org Received: from mail-lb0-f197.google.com (mail-lb0-f197.google.com [209.85.217.197]) by patches.linaro.org (Postfix) with ESMTPS id 3486F22B05 for ; Wed, 9 Sep 2015 21:14:18 +0000 (UTC) Received: by lbbti1 with SMTP id ti1sf7631416lbb.3 for ; Wed, 09 Sep 2015 14:14:16 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:delivered-to:from:to:cc:subject :date:message-id:in-reply-to:references:x-original-sender :x-original-authentication-results:precedence:mailing-list:list-id :list-post:list-help:list-archive:list-unsubscribe; bh=tl34aATZKG6rkYPshKTlpDMmRg61BJxvaThS4b4qjKQ=; b=NJRRGRaeKmfnj3eYvsXpx05MsZ5Hx+yNJA3fez8gdbAbD4qY6GBSpL2+JaHP+ea/3K ILSxPVdTfxNrJSD74k0ug9fsV2Ij8wzO44VDpRk5gmTnyhYFxKGce71QlrsKad7xx/Hb 2ks5tWRqlDVAFfPSHXaeNwz6RXCLd5Fgsrq3mzYTCR0Jsj8Jhx0xKQrOrjgc1VJwEIxI MPqH4/viNBaLhTO/QS1O5KA3yv72f3y9GnKVMAld5NmekJwakzpBqSbYlGxb2XyCEjTD gzzstJlMLVv+zhnsPTbRh7GzinEeNhqHhnN6NMiNgINOLFHjdLsD1dv/sAXAaF+BoBp+ W/iA== X-Gm-Message-State: ALoCoQme5GMiROu2B2gHMyZXN5vEEQ5DWUlUvm9/TRVDP96+VnxukWgA3ehjTxzlYsYe6/wJA6Cw X-Received: by 10.112.167.201 with SMTP id zq9mr8767390lbb.2.1441833256898; Wed, 09 Sep 2015 14:14:16 -0700 (PDT) MIME-Version: 1.0 X-BeenThere: patchwork-forward@linaro.org Received: by 10.152.37.228 with SMTP id b4ls90354lak.28.gmail; Wed, 09 Sep 2015 14:14:16 -0700 (PDT) X-Received: by 10.152.10.71 with SMTP id g7mr31075544lab.61.1441833256753; Wed, 09 Sep 2015 14:14:16 -0700 (PDT) Received: from mail-la0-f41.google.com (mail-la0-f41.google.com. [209.85.215.41]) by mx.google.com with ESMTPS id s9si7916984las.148.2015.09.09.14.14.16 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 09 Sep 2015 14:14:16 -0700 (PDT) Received-SPF: pass (google.com: domain of patch+caf_=patchwork-forward=linaro.org@linaro.org designates 209.85.215.41 as permitted sender) client-ip=209.85.215.41; Received: by laeb10 with SMTP id b10so15749780lae.1 for ; Wed, 09 Sep 2015 14:14:16 -0700 (PDT) X-Received: by 10.112.72.97 with SMTP id c1mr17550938lbv.86.1441833256632; Wed, 09 Sep 2015 14:14:16 -0700 (PDT) X-Forwarded-To: patchwork-forward@linaro.org X-Forwarded-For: patch@linaro.org patchwork-forward@linaro.org Delivered-To: patches@linaro.org Received: by 10.112.59.35 with SMTP id w3csp561146lbq; Wed, 9 Sep 2015 14:14:16 -0700 (PDT) X-Received: by 10.180.81.199 with SMTP id c7mr39706796wiy.87.1441833249706; Wed, 09 Sep 2015 14:14:09 -0700 (PDT) Received: from mail-wi0-f179.google.com (mail-wi0-f179.google.com. [209.85.212.179]) by mx.google.com with ESMTPS id d3si7035743wie.23.2015.09.09.14.14.09 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 09 Sep 2015 14:14:09 -0700 (PDT) Received-SPF: pass (google.com: domain of peter.griffin@linaro.org designates 209.85.212.179 as permitted sender) client-ip=209.85.212.179; Received: by wiclk2 with SMTP id lk2so6024053wic.0 for ; Wed, 09 Sep 2015 14:14:09 -0700 (PDT) X-Received: by 10.180.104.40 with SMTP id gb8mr35260123wib.17.1441833249407; Wed, 09 Sep 2015 14:14:09 -0700 (PDT) Received: from localhost.localdomain (cpc14-aztw22-2-0-cust189.18-1.cable.virginm.net. [82.45.1.190]) by smtp.gmail.com with ESMTPSA id p20sm5797427wie.5.2015.09.09.14.14.08 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Wed, 09 Sep 2015 14:14:08 -0700 (PDT) From: Peter Griffin To: u-boot@lists.denx.de, trini@konsulko.com, sjg@chromium.org, albert.u.boot@aribaud.net Cc: Peter Griffin Subject: [PATCH 6/8] ARM: hikey: Select DM, DM_GPIO from Kconfig Date: Wed, 9 Sep 2015 22:13:53 +0100 Message-Id: <1441833235-2359-7-git-send-email-peter.griffin@linaro.org> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1441833235-2359-1-git-send-email-peter.griffin@linaro.org> References: <1441833235-2359-1-git-send-email-peter.griffin@linaro.org> X-Removed-Original-Auth: Dkim didn't pass. X-Original-Sender: peter.griffin@linaro.org X-Original-Authentication-Results: mx.google.com; spf=pass (google.com: domain of patch+caf_=patchwork-forward=linaro.org@linaro.org designates 209.85.215.41 as permitted sender) smtp.mailfrom=patch+caf_=patchwork-forward=linaro.org@linaro.org Precedence: list Mailing-list: list patchwork-forward@linaro.org; contact patchwork-forward+owners@linaro.org List-ID: X-Google-Group-Id: 836684582541 List-Post: , List-Help: , List-Archive: List-Unsubscribe: , Most platforms enable these options from Kconfig rather than the configs header file. Signed-off-by: Peter Griffin --- arch/arm/Kconfig | 2 ++ include/configs/hikey.h | 2 -- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index cd88df4..74a04e8 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -742,6 +742,8 @@ config TARGET_LS2085ARDB config TARGET_HIKEY bool "Support HiKey 96boards Consumer Edition Platform" select ARM64 + select DM + select DM_GPIO help Support for HiKey 96boards platform. It features a HI6220 SoC, with 8xA53 CPU, mali450 gpu, and 1GB RAM. diff --git a/include/configs/hikey.h b/include/configs/hikey.h index d909518..d16f552 100644 --- a/include/configs/hikey.h +++ b/include/configs/hikey.h @@ -83,9 +83,7 @@ #endif #define CONFIG_HIKEY_GPIO -#define CONFIG_DM_GPIO #define CONFIG_CMD_GPIO -#define CONFIG_DM /* SD/MMC configuration */ #define CONFIG_GENERIC_MMC