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: 516037 X-Patchwork-Delegate: trini@ti.com Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from theia.denx.de (theia.denx.de [85.214.87.163]) by ozlabs.org (Postfix) with ESMTP id AC6A9140281 for ; Thu, 10 Sep 2015 07:15:07 +1000 (AEST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id A6F3E4B701; Wed, 9 Sep 2015 23:14:48 +0200 (CEST) Received: from theia.denx.de ([127.0.0.1]) by localhost (theia.denx.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id IBB4QfYjcJ10; Wed, 9 Sep 2015 23:14:48 +0200 (CEST) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 7FDFF4B7BA; Wed, 9 Sep 2015 23:14:35 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 6D3434B78D for ; Wed, 9 Sep 2015 23:14:22 +0200 (CEST) Received: from theia.denx.de ([127.0.0.1]) by localhost (theia.denx.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id RV8_APmZx99G for ; Wed, 9 Sep 2015 23:14:22 +0200 (CEST) X-policyd-weight: NOT_IN_SBL_XBL_SPAMHAUS=-1.5 NOT_IN_SPAMCOP=-1.5 NOT_IN_BL_NJABL=-1.5 (only DNSBL check requested) Received: from mail-wi0-f172.google.com (mail-wi0-f172.google.com [209.85.212.172]) by theia.denx.de (Postfix) with ESMTPS id 1FE574B65D for ; Wed, 9 Sep 2015 23:14:09 +0200 (CEST) Received: by wiclk2 with SMTP id lk2so6024051wic.0 for ; Wed, 09 Sep 2015 14:14:09 -0700 (PDT) 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=tl34aATZKG6rkYPshKTlpDMmRg61BJxvaThS4b4qjKQ=; b=aLo7dsewXj5zSgtGV6K6jBUPkkcldtfNaZxuA6txHXrpc2z60JBQSbud53jJ8QTc1D x+kYrw2lqfgSz/JHR/cWktfYDEvx4YeCpXF8XFFwaYAIFhh2F28Ao239MPBHBRtoyQWU nkK15IC/sbwdoyK99sJSf+GoN+My6mEmuNBpE8Upw4/ERVD/rmzkn5d+I+ZhxjBhFNOs pj03RoZkK0d5FrD1sGbN+2UEA5YYDQWqHv1lpfrQpcFZcXAiXaFU5uiCaPLmG01A/dBH WAtHGq8NIlho1p9iOhyrJs/LQQBeZuSduH0xwze1axyS38nrr4c21IvASrnBNjXqKlQW +pOg== X-Gm-Message-State: ALoCoQlEWlTt0xgr/OKAROGJtGjaiSvETHv3RELOXV7ON5WopNCK0NhCELC91+hEeFmaEMZcjEiV 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 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> Subject: [U-Boot] [PATCH 6/8] ARM: hikey: Select DM, DM_GPIO from Kconfig X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.15 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" 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