Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932715AbdLOQuy (ORCPT ); Fri, 15 Dec 2017 11:50:54 -0500 Received: from mail-it0-f67.google.com ([209.85.214.67]:40077 "EHLO mail-it0-f67.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932348AbdLOQuu (ORCPT ); Fri, 15 Dec 2017 11:50:50 -0500 X-Google-Smtp-Source: ACJfBosYx2YcL3iAHyxflZHS2w15dxkgAjRZpj5bl+EYUjkda3BvmwPJPNlQUTh8kBxygA8+MornjEtI9zk4bY3T/es= MIME-Version: 1.0 In-Reply-To: <20171215151910.GC3204@codeblueprint.co.uk> References: <20171209155252.6403-1-vincent.legoll@gmail.com> <20171215151910.GC3204@codeblueprint.co.uk> From: Ard Biesheuvel Date: Fri, 15 Dec 2017 17:50:49 +0100 Message-ID: Subject: Re: [PATCH] efi: make EFI a menuconfig to ease disabling it all To: Matt Fleming Cc: Vincent Legoll , Kees Cook , Anton Vorontsov , Colin Cross , Tony Luck , "linux-efi@vger.kernel.org" , "linux-kernel@vger.kernel.org" Content-Type: text/plain; charset="UTF-8" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 720 Lines: 20 On 15 December 2017 at 16:19, Matt Fleming wrote: > 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? Doesn't this break existing configs?