Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932307AbdLOPTQ (ORCPT ); Fri, 15 Dec 2017 10:19:16 -0500 Received: from mail-wr0-f194.google.com ([209.85.128.194]:34998 "EHLO mail-wr0-f194.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932267AbdLOPTM (ORCPT ); Fri, 15 Dec 2017 10:19:12 -0500 X-Google-Smtp-Source: ACJfBotOqwNlrxsKiIZfaGFdweyfNzh+dL+RSGPDZC+WVIYxmfCzHGfn4baJee8aWsCBk0SRO9D2tw== Date: Fri, 15 Dec 2017 15:19:10 +0000 From: Matt Fleming To: Vincent Legoll Cc: Ard Biesheuvel , Kees Cook , Anton Vorontsov , Colin Cross , Tony Luck , linux-efi@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] efi: make EFI a menuconfig to ease disabling it all Message-ID: <20171215151910.GC3204@codeblueprint.co.uk> References: <20171209155252.6403-1-vincent.legoll@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20171209155252.6403-1-vincent.legoll@gmail.com> User-Agent: Mutt/1.5.24+42 (6e565710a064) (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 589 Lines: 17 On Sat, 09 Dec, at 04:52:52PM, Vincent Legoll wrote: > No need to get into the submenu to disable all related > config entries. > > This makes it easier to disable all EFI config options > without entering the submenu. It will also enable one > to see that en/dis-abled state from the outside menu. > > This is only intended to change menuconfig UI, not change > the config dependencies. > > Signed-off-by: Vincent Legoll > --- > drivers/firmware/efi/Kconfig | 13 ++++++++----- > 1 file changed, 8 insertions(+), 5 deletions(-) This looks fine to me. Ard?