From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751363AbeAWEbj (ORCPT ); Mon, 22 Jan 2018 23:31:39 -0500 Received: from ozlabs.org ([103.22.144.67]:54433 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751147AbeAWEbi (ORCPT ); Mon, 22 Jan 2018 23:31:38 -0500 From: Michael Ellerman To: Vincent Legoll , "Michael S. Tsirkin" , Jason Wang , virtualization@lists.linux-foundation.org, linux-kernel@vger.kernel.org Cc: Randy Dunlap , Vincent Legoll Subject: Ping Re: [PATCH] virtio: make VIRTIO a menuconfig to ease disabling it all In-Reply-To: <20180107113356.2806-1-vincent.legoll@gmail.com> References: <459e2097-f20a-18f8-17d9-2d9ed011211d@infradead.org> <20180107113356.2806-1-vincent.legoll@gmail.com> Date: Tue, 23 Jan 2018 15:31:32 +1100 Message-ID: <87h8rdp55n.fsf@concordia.ellerman.id.au> MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Vincent Legoll writes: > No need to get into the submenu to disable all VIRTIO-related > config entries. > > This makes it easier to disable all VIRTIO 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. > > v2: Added "default y" to avoid breaking existing configs > v3: Fixed wrong indentation, added *-by from Randy > > Signed-off-by: Vincent Legoll > Reviewed-by: Randy Dunlap > Tested-by: Randy Dunlap # works for me > --- > drivers/virtio/Kconfig | 8 ++++++-- > 1 file changed, 6 insertions(+), 2 deletions(-) This has been broken in linux-next for ~6 weeks now, can we please merge this and get it fixed. cheers