From patchwork Thu Sep 10 20:55:16 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Peter Griffin X-Patchwork-Id: 53396 Return-Path: X-Original-To: linaro@patches.linaro.org Delivered-To: linaro@patches.linaro.org Received: from mail-lb0-f198.google.com (mail-lb0-f198.google.com [209.85.217.198]) by patches.linaro.org (Postfix) with ESMTPS id EDA7922B19 for ; Thu, 10 Sep 2015 20:55:34 +0000 (UTC) Received: by lbbmp1 with SMTP id mp1sf17949133lbb.2 for ; Thu, 10 Sep 2015 13:55:33 -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=KutEg+H1yd3rkhSBAkezKBh93+NtARHf8YM4tO9CjpM=; b=IZLpG0EnNxJVS1soyJKIYFAy3FCBy390MQ7NVmpJhMBGCDFnl1p2WnDEez3+v0fE1E n19ahs2DLe1zNg/m0AOUcdSOUFrjVKdmCK8pEcBwZ9LnilOeDk7UCbFvzxnzufE26WGR EEvVJ0Phg4kZ9xQwOyocfd7q71i842DdVM+ni9SIx4vnKUcnTJIkwlT4SmhQLfaDxM4g igwgbRbsecpkiSvnEG2OH08m8edGpBKhelgHIeqbHq+y80TU2nTHtrdPm2T1/Flluqu+ zNMo4GG6txQWjt4d6yBgRztlXRvnKT8nNtVhEkGAULcAta9qGN7OAm8zw8ME4WA0YsKH Rokw== X-Gm-Message-State: ALoCoQn3wL+vBT/TsH6JGB3FEsApCUybjhEKZwLpeCnwCu703yVqEttbYUklChqLwQlq2fDwS6mo X-Received: by 10.112.198.33 with SMTP id iz1mr9975339lbc.8.1441918533488; Thu, 10 Sep 2015 13:55:33 -0700 (PDT) MIME-Version: 1.0 X-BeenThere: patchwork-forward@linaro.org Received: by 10.152.23.166 with SMTP id n6ls222274laf.86.gmail; Thu, 10 Sep 2015 13:55:33 -0700 (PDT) X-Received: by 10.152.8.233 with SMTP id u9mr38243773laa.8.1441918533301; Thu, 10 Sep 2015 13:55:33 -0700 (PDT) Received: from mail-lb0-f177.google.com (mail-lb0-f177.google.com. [209.85.217.177]) by mx.google.com with ESMTPS id v3si11577155lbw.9.2015.09.10.13.55.33 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 10 Sep 2015 13:55:33 -0700 (PDT) Received-SPF: pass (google.com: domain of patch+caf_=patchwork-forward=linaro.org@linaro.org designates 209.85.217.177 as permitted sender) client-ip=209.85.217.177; Received: by lbcjc2 with SMTP id jc2so29904927lbc.0 for ; Thu, 10 Sep 2015 13:55:33 -0700 (PDT) X-Received: by 10.152.26.41 with SMTP id i9mr9853488lag.36.1441918533201; Thu, 10 Sep 2015 13:55:33 -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 w3csp1196221lbq; Thu, 10 Sep 2015 13:55:32 -0700 (PDT) X-Received: by 10.194.179.37 with SMTP id dd5mr71161645wjc.129.1441918532599; Thu, 10 Sep 2015 13:55:32 -0700 (PDT) Received: from mail-wi0-f172.google.com (mail-wi0-f172.google.com. [209.85.212.172]) by mx.google.com with ESMTPS id s20si13771457wib.107.2015.09.10.13.55.32 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 10 Sep 2015 13:55:32 -0700 (PDT) Received-SPF: pass (google.com: domain of peter.griffin@linaro.org designates 209.85.212.172 as permitted sender) client-ip=209.85.212.172; Received: by wicfx3 with SMTP id fx3so42362178wic.1 for ; Thu, 10 Sep 2015 13:55:32 -0700 (PDT) X-Received: by 10.180.39.136 with SMTP id p8mr3558453wik.10.1441918532421; Thu, 10 Sep 2015 13:55:32 -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 s9sm17508216wjy.16.2015.09.10.13.55.31 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Thu, 10 Sep 2015 13:55:31 -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 v2 6/8] ARM: hikey: Select DM, DM_GPIO from Kconfig Date: Thu, 10 Sep 2015 21:55:16 +0100 Message-Id: <1441918518-25629-7-git-send-email-peter.griffin@linaro.org> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1441918518-25629-1-git-send-email-peter.griffin@linaro.org> References: <1441918518-25629-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.217.177 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 Reviewed-by: Simon Glass --- 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 8085a24..9c2b3ab 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -648,6 +648,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 7666bf9..ae8187a 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