From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from phobos.denx.de (phobos.denx.de [85.214.62.61]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 0694EC05027 for ; Thu, 9 Feb 2023 09:29:11 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id BBA8C85ECC; Thu, 9 Feb 2023 10:29:09 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=linaro.org Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de Authentication-Results: phobos.denx.de; dkim=pass (2048-bit key; unprotected) header.d=linaro.org header.i=@linaro.org header.b="BqDteV5l"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 261BE85EFA; Thu, 9 Feb 2023 10:29:06 +0100 (CET) Received: from mail-ej1-x62a.google.com (mail-ej1-x62a.google.com [IPv6:2a00:1450:4864:20::62a]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits)) (No client certificate requested) by phobos.denx.de (Postfix) with ESMTPS id 7CEC985CC9 for ; Thu, 9 Feb 2023 10:29:02 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=linaro.org Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=ilias.apalodimas@linaro.org Received: by mail-ej1-x62a.google.com with SMTP id hx15so4431464ejc.11 for ; Thu, 09 Feb 2023 01:29:02 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=in-reply-to:content-disposition:mime-version:references:message-id :subject:cc:to:from:date:from:to:cc:subject:date:message-id:reply-to; bh=KYHPL4BJhG/FXXgx4ncBsGsoox8TQyuoCePoJAlS77o=; b=BqDteV5ljdpsiPnDJwuguzKMsnQNU76qIxydXMx45A+iBJYEm4hDgdtNiLvi2DvHzo Gzg2IJKNzmQJqckpCbUA56mKO3PBVNpkg1b+08Vj/Jz62PyEIOhE4o50qCVSZWBQzPdN PDjMWkhRbmqHe1q+5i/klH+uXeVwQDhQDsCejfOhWW9Om8HXvKSEmPNIX42TGGETMcWx 8U7CFJa8bz3T/7ToAHnur/SxbqmtBuR3esM9AkcLCz/MXN34uv7czbU9xn4YBaM4kacn QlwTmEEkPP1LmmpGm2br9oOwzRBcPVgWBXQj4LlT4YXXRHsKsjUN14hAxHoOIyDVsn2L fQRw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=in-reply-to:content-disposition:mime-version:references:message-id :subject:cc:to:from:date:x-gm-message-state:from:to:cc:subject:date :message-id:reply-to; bh=KYHPL4BJhG/FXXgx4ncBsGsoox8TQyuoCePoJAlS77o=; b=K03eXCOidZpgeCNSt0zCZ8l9wCbXdeUbXKgfvaruj8heATpgXvq0I4t5Ceb1UabBIA RSLNAYeqe9SzysGy1ViPmphN4R2YOgB2SyHEcPWs1djSapJZ8O/MqxVNIaRjRD622PyE QxnaMaS4l0dSK95NZMzye7hELoikU5W131A5fpw8yXEPwHuIW7r7fG2cXDpU2RY94cTA mBhPweSJY2yJe1pRveED3h44SYabhr/eKWncnG81YPwbgyrDjoJSQtSqObkS8sc3enqp owCzGj+8SucmxejFfpxo4hrSdiMt95ceP7V4UmAuNrl+hr43GyohXy1G0YvK986e5C2L P1bQ== X-Gm-Message-State: AO0yUKWv4TpiyzgIGPQOYwih6LAlNkfQdDaEw2XNNMLp1Vl1gyep6nbU KFpml0jBNeV8/HgMqCKFxEB67A== X-Google-Smtp-Source: AK7set/Ok/kpUVcaJ5nzC3RBjF57enVL1zZZhMipSG4EDPqXD1Cz0X3RkhUANAh0QtpZnoacw9VtjQ== X-Received: by 2002:a17:907:724e:b0:8af:2fa1:5ae5 with SMTP id ds14-20020a170907724e00b008af2fa15ae5mr3316981ejc.53.1675934942147; Thu, 09 Feb 2023 01:29:02 -0800 (PST) Received: from hades (ppp079167090036.access.hol.gr. [79.167.90.36]) by smtp.gmail.com with ESMTPSA id k7-20020a17090666c700b0088e5f3e1faesm635522ejp.36.2023.02.09.01.29.01 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 09 Feb 2023 01:29:01 -0800 (PST) Date: Thu, 9 Feb 2023 11:28:59 +0200 From: Ilias Apalodimas To: Heinrich Schuchardt Cc: u-boot@lists.denx.de Subject: Re: [PATCH 1/1] cmd: CONFIG_CMD_EFICONFIG requires CONFIG_MENU Message-ID: References: <20230208130133.69768-1-heinrich.schuchardt@canonical.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230208130133.69768-1-heinrich.schuchardt@canonical.com> X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.39 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" X-Virus-Scanned: clamav-milter 0.103.6 at phobos.denx.de X-Virus-Status: Clean On Wed, Feb 08, 2023 at 02:01:33PM +0100, Heinrich Schuchardt wrote: > The eficonfig command invokes functions implemented in common/menu.c like > > * menu_default_set() > * menu_get_choice() > * menu_destroy() > * menu_item_add() > > Fixes: 87d791423ac6 ("eficonfig: menu-driven addition of UEFI boot option") > Signed-off-by: Heinrich Schuchardt > --- > cmd/Kconfig | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/cmd/Kconfig b/cmd/Kconfig > index c7344ee1f6..aef99d2eb8 100644 > --- a/cmd/Kconfig > +++ b/cmd/Kconfig > @@ -2001,6 +2001,7 @@ config CMD_EFIDEBUG > config CMD_EFICONFIG > bool "eficonfig - provide menu-driven uefi variables maintenance interface" > depends on CMD_BOOTEFI_BOOTMGR > + select MENU > help > Enable the 'eficonfig' command which provides the menu-driven UEFI > variable maintenance interface. > -- > 2.38.1 > Reviewed-by: Ilias Apalodimas