From patchwork Tue Aug 30 09:51:40 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Masahiro Yamada X-Patchwork-Id: 74959 Delivered-To: patch@linaro.org Received: by 10.140.29.52 with SMTP id a49csp2057027qga; Tue, 30 Aug 2016 02:50:00 -0700 (PDT) X-Received: by 10.28.208.140 with SMTP id h134mr2994338wmg.101.1472550600111; Tue, 30 Aug 2016 02:50:00 -0700 (PDT) Return-Path: Received: from theia.denx.de (theia.denx.de. [85.214.87.163]) by mx.google.com with ESMTP id n132si16860734wmf.23.2016.08.30.02.49.59; Tue, 30 Aug 2016 02:50:00 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of u-boot-bounces@lists.denx.de designates 85.214.87.163 as permitted sender) client-ip=85.214.87.163; Authentication-Results: mx.google.com; dkim=neutral (body hash did not verify) header.i=@nifty.com; spf=pass (google.com: best guess record for domain of u-boot-bounces@lists.denx.de designates 85.214.87.163 as permitted sender) smtp.mailfrom=u-boot-bounces@lists.denx.de Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id A05974B9F9; Tue, 30 Aug 2016 11:49:58 +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 Ds5Hb0zUHS41; Tue, 30 Aug 2016 11:49:58 +0200 (CEST) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 248B54B698; Tue, 30 Aug 2016 11:49:58 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 35AE64B698 for ; Tue, 30 Aug 2016 11:49:55 +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 2S-yrz6uUpoO for ; Tue, 30 Aug 2016 11:49:55 +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 conuserg-09.nifty.com (conuserg-09.nifty.com [210.131.2.76]) by theia.denx.de (Postfix) with ESMTPS id 5037C4BD3D for ; Tue, 30 Aug 2016 11:49:50 +0200 (CEST) Received: from beagle.diag.org (p14092-ipngnfx01kyoto.kyoto.ocn.ne.jp [153.142.97.92]) (authenticated) by conuserg-09.nifty.com with ESMTP id u7U9nbls011440; Tue, 30 Aug 2016 18:49:37 +0900 DKIM-Filter: OpenDKIM Filter v2.10.3 conuserg-09.nifty.com u7U9nbls011440 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=nifty.com; s=dec2015msa; t=1472550578; bh=MID8eNRZY1b48kLw5S8teyYauNZcK7a24LklMvt8Xak=; h=From:To:Cc:Subject:Date:From; b=Ik/5uOnypEMbUtuxs2QGn3MaU1mUqf/XZwvL2xx8DZG0rzWeVdL6NJRmH1Mf4bJ07 eQaxyMpO5APtrYO/FrJTx2wm+RRiT95AijVtqUUaV6eKaz6IiR0ngMPwxfBhQgS+ka Sxfd2p8uTQaRL84CqYT4ZnuQcINcTBBcT/nM+et8H/ab6dDJL3OpTqmEiKS9YPOUXd JDhQpQ7SBpCVUEqmwHXhUe+6GnZnFmTSZM9CKGstR7NQrkkKFTa/y8INRUhgrMUUjZ TPpmrofKr+Qv7sY7v3aRO9eKZcpt5eP1mvGaAqtt+hhLJ8Oaok9zWbmFLEBaYO6gkZ 1EkoVYoBDp1FQ== X-Nifty-SrcIP: [153.142.97.92] From: Masahiro Yamada To: u-boot@lists.denx.de Date: Tue, 30 Aug 2016 18:51:40 +0900 Message-Id: <1472550701-12533-1-git-send-email-yamada.masahiro@socionext.com> X-Mailer: git-send-email 1.9.1 Cc: Enric Balletbo i Serra Subject: [U-Boot] [PATCH] ARM: am335x: select DM_GPIO 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" We are supposed to not add config entries with only "default y" in board/SoC Kconfig files. Signed-off-by: Masahiro Yamada --- arch/arm/Kconfig | 1 + board/tcl/sl50/Kconfig | 6 ------ 2 files changed, 1 insertion(+), 6 deletions(-) -- 1.9.1 _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index c871eaf..03eaeda 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -459,6 +459,7 @@ config TARGET_AM335X_SL50 select CPU_V7 select SUPPORT_SPL select DM + select DM_GPIO select DM_SERIAL config TARGET_BAV335X diff --git a/board/tcl/sl50/Kconfig b/board/tcl/sl50/Kconfig index 390a476..d0068d9 100644 --- a/board/tcl/sl50/Kconfig +++ b/board/tcl/sl50/Kconfig @@ -22,10 +22,4 @@ config CONS_INDEX board you may want something other than UART0 as for example the IDK uses UART3 so enter 4 here. -config DM_GPIO - default y - -config DM_SERIAL - default y - endif