From patchwork Fri Aug 4 22:35:01 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Simon Glass X-Patchwork-Id: 798113 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; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=google.com header.i=@google.com header.b="A1y4kTg6"; dkim-atps=neutral Received: from lists.denx.de (dione.denx.de [81.169.180.215]) by ozlabs.org (Postfix) with ESMTP id 3xPN311CLKz9s7m for ; Sat, 5 Aug 2017 09:11:25 +1000 (AEST) Received: by lists.denx.de (Postfix, from userid 105) id 00448C21F88; Fri, 4 Aug 2017 22:50:46 +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=RCVD_IN_DNSWL_NONE, RCVD_IN_MSPIKE_H2, T_DKIM_INVALID 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 7E77AC21DFA; Fri, 4 Aug 2017 22:36:40 +0000 (UTC) Received: by lists.denx.de (Postfix, from userid 105) id 8929CC21FD3; Fri, 4 Aug 2017 22:36:37 +0000 (UTC) Received: from mail-oi0-f44.google.com (mail-oi0-f44.google.com [209.85.218.44]) by lists.denx.de (Postfix) with ESMTPS id D000BC21FB4 for ; Fri, 4 Aug 2017 22:36:20 +0000 (UTC) Received: by mail-oi0-f44.google.com with SMTP id x3so27121389oia.1 for ; Fri, 04 Aug 2017 15:36:20 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20161025; h=sender:from:to:cc:subject:date:message-id:in-reply-to:references; bh=NJQg0yTrg0Zqrkvc3fbfEixUNFjQ7L4kNKVbSjGkJPM=; b=A1y4kTg6tps6b2ncf9Z2iQwpbCwrtsFU3VtJ3XJlZ+5CHRky6VKgfFDl8qsOD55VCW tR/1qNc4SNRae0VmH0GM5cKaJ+egXvcT7Ckh3MZOGR+Pa2veos8s//Zf+uTNu9Om3bEo xR0lZu3Cx6tww+/fzpaIaoqrwodGuzbrbWM7zvTbglmi4Dk7E0KrlqBmXiZBuzSARtaT UHxbsxTy6F+7+CnhDdJIlyZVp5K3i0xXGQ1hWbIWN5YYkwQnyu4HGm9qQvS5fIeBVJU2 IHFPLKChC4Zw9ctE6GIJzfdxenXtTLVCaOwAFcTTy2XW00oUgrtAM0Vh31ss7g87qoUS QgNQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:sender:from:to:cc:subject:date:message-id :in-reply-to:references; bh=NJQg0yTrg0Zqrkvc3fbfEixUNFjQ7L4kNKVbSjGkJPM=; b=UbvaRb7H9yEgvkhmc8gWMtBunhX3uHPy00HbdeYLZp/C8amprqAjOWJ03o+oEZPZd3 vXPlxa/ZAWqrw64vWjv3dXNCmZqEnuhtsghGR5gVcKXgdWklIJIHuYMZQHA8pePXiR8q 5IRF0avDBPoFPT2fnTefp3xyAFooyI4h6Wm+Cc4Riz6zSW4fOkY87sfPMoH+h0e/MoQI 3ers0x7YvcYpqx/5D6p98a6fHZeNPgrXplTvXE6qcYVOmFeGsCmBf2GmIV/NFukUTONq V4k9j4LqgsAWKT3PMQmM0L6lLvSmXYotaL58KYizXnfeP300tPStUbkggRH9pCDTnyAm lWxw== X-Gm-Message-State: AIVw113L2U2ViB9386arugnHxk01C0/D4L0YoS+YjFCwW8nCFxup0TeA kx6noSP+Ku29dJFz X-Received: by 10.202.169.194 with SMTP id s185mr3136547oie.87.1501886179499; Fri, 04 Aug 2017 15:36:19 -0700 (PDT) Received: from kiwi.bld.corp.google.com ([2620:0:10f2:0:70e5:c385:dad1:4894]) by smtp.gmail.com with ESMTPSA id a195sm4388810oih.3.2017.08.04.15.36.18 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 04 Aug 2017 15:36:19 -0700 (PDT) Received: by kiwi.bld.corp.google.com (Postfix, from userid 121222) id 6DE251407B8; Fri, 4 Aug 2017 16:36:18 -0600 (MDT) From: Simon Glass To: U-Boot Mailing List Date: Fri, 4 Aug 2017 16:35:01 -0600 Message-Id: <20170804223506.105306-38-sjg@chromium.org> X-Mailer: git-send-email 2.14.0.rc1.383.gd1ce394fe2-goog In-Reply-To: <20170804223506.105306-1-sjg@chromium.org> References: <20170804223506.105306-1-sjg@chromium.org> Cc: Stefan Roese , Tom Rini Subject: [U-Boot] [PATCH v2 37/42] Convert CONFIG_CMD_UNIVERSE to Kconfig 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" This converts the following to Kconfig: CONFIG_CMD_UNIVERSE Since no board uses this, perhaps we should drop this command? Signed-off-by: Simon Glass Reviewed-by: Bin Meng Reviewed-by: Philipp Tomsich --- Changes in v2: - Add a note about dropping CMD_UNIVERSE - Sort Kconfig options in alphabetical order cmd/Kconfig | 6 ++++++ include/config_cmd_all.h | 1 - scripts/config_whitelist.txt | 1 - 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/cmd/Kconfig b/cmd/Kconfig index 7934753232..4524370d23 100644 --- a/cmd/Kconfig +++ b/cmd/Kconfig @@ -854,6 +854,12 @@ config CMD_TSI148 This provides various sub-commands to initialise and configure the Turndra tsi148 device. See the command help for full details. +config CMD_UNIVERSE + bool "universe - Command to set up the Turndra Universe controller" + help + This allows setting up the VMEbus provided by this controller. + See the command help for full details. + config CMD_USB bool "usb" help diff --git a/include/config_cmd_all.h b/include/config_cmd_all.h index f93d5508bb..faddca88cd 100644 --- a/include/config_cmd_all.h +++ b/include/config_cmd_all.h @@ -13,7 +13,6 @@ * Alphabetical list of all possible commands. */ -#define CONFIG_CMD_UNIVERSE /* Tundra Universe Support */ #define CONFIG_CMD_ZFS /* ZFS Support */ #endif /* _CONFIG_CMD_ALL_H */ diff --git a/scripts/config_whitelist.txt b/scripts/config_whitelist.txt index 42eb367aa3..31aee890d7 100644 --- a/scripts/config_whitelist.txt +++ b/scripts/config_whitelist.txt @@ -296,7 +296,6 @@ CONFIG_CM922T_XA10 CONFIG_CMDLINE_EDITING CONFIG_CMDLINE_PS_SUPPORT CONFIG_CMDLINE_TAG -CONFIG_CMD_UNIVERSE CONFIG_CMD_UUID CONFIG_CMD_ZBOOT CONFIG_CMD_ZFS