From patchwork Tue Jul 10 07:54:45 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Loic Devulder X-Patchwork-Id: 941845 X-Patchwork-Delegate: trini@ti.com Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (mailfrom) smtp.mailfrom=lists.denx.de (client-ip=81.169.180.215; helo=lists.denx.de; envelope-from=u-boot-bounces@lists.denx.de; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=suse.de Received: from lists.denx.de (dione.denx.de [81.169.180.215]) by ozlabs.org (Postfix) with ESMTP id 41Pvdd5bX3z9ryt for ; Tue, 10 Jul 2018 17:55:49 +1000 (AEST) Received: by lists.denx.de (Postfix, from userid 105) id 75D6AC21E18; Tue, 10 Jul 2018 07:55:30 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on lists.denx.de X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=unavailable autolearn_force=no version=3.4.0 Received: from lists.denx.de (localhost [IPv6:::1]) by lists.denx.de (Postfix) with ESMTP id D9F2CC21E62; Tue, 10 Jul 2018 07:55:05 +0000 (UTC) Received: by lists.denx.de (Postfix, from userid 105) id 73B9BC21E08; Tue, 10 Jul 2018 07:54:59 +0000 (UTC) Received: from mx1.suse.de (mx2.suse.de [195.135.220.15]) by lists.denx.de (Postfix) with ESMTPS id 1B3E0C21E1B for ; Tue, 10 Jul 2018 07:54:56 +0000 (UTC) X-Virus-Scanned: by amavisd-new at test-mx.suse.de Received: from relay1.suse.de (unknown [195.135.220.254]) by mx1.suse.de (Postfix) with ESMTP id DA9EFADBA; Tue, 10 Jul 2018 07:54:55 +0000 (UTC) From: Loic Devulder To: u-boot@lists.denx.de Date: Tue, 10 Jul 2018 09:54:45 +0200 Message-Id: <20180710075445.9274-3-ldevulder@suse.de> X-Mailer: git-send-email 2.13.7 In-Reply-To: <20180710075445.9274-1-ldevulder@suse.de> References: <20180710075445.9274-1-ldevulder@suse.de> Cc: Loic Devulder , linux-amlogic@lists.infradead.org, trini@konsulko.com Subject: [U-Boot] [[PATCH v3] 2/2] configs: Update Meson GX configs X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.18 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" Enable ADC support on the Khadas VIM board. Signed-off-by: Loic Devulder Acked-by: Neil Armstrong --- configs/khadas-vim_defconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/configs/khadas-vim_defconfig b/configs/khadas-vim_defconfig index 1eb13df4b4..fd1ec8157b 100644 --- a/configs/khadas-vim_defconfig +++ b/configs/khadas-vim_defconfig @@ -13,12 +13,15 @@ CONFIG_OF_BOARD_SETUP=y # CONFIG_DISPLAY_BOARDINFO is not set # CONFIG_CMD_BDI is not set # CONFIG_CMD_IMI is not set +CONFIG_CMD_ADC=y CONFIG_CMD_GPIO=y # CONFIG_CMD_LOADS is not set CONFIG_CMD_MMC=y CONFIG_CMD_USB=y # CONFIG_CMD_SETEXPR is not set CONFIG_CMD_REGULATOR=y +CONFIG_ADC=y +CONFIG_SARADC_MESON=y CONFIG_OF_CONTROL=y CONFIG_NET_RANDOM_ETHADDR=y CONFIG_DM_GPIO=y