Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756672AbdLPKIY (ORCPT ); Sat, 16 Dec 2017 05:08:24 -0500 Received: from mail-wr0-f193.google.com ([209.85.128.193]:39333 "EHLO mail-wr0-f193.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751036AbdLPKIO (ORCPT ); Sat, 16 Dec 2017 05:08:14 -0500 X-Google-Smtp-Source: ACJfBotcuUeBNmw3ciF4+EaG46gwhrz/BmGEoT/ajrsep7xx4rEqLdk3XxFpSZtxEEZNYNRapSP/6w== From: Vincent Legoll To: kys@microsoft.com, haiyangz@microsoft.com, sthemmin@microsoft.com, devel@linuxdriverproject.org, linux-kernel@vger.kernel.org Subject: [PATCH,v2] hyperv: make HYPERV a menuconfig to ease disabling it al Date: Sat, 16 Dec 2017 11:07:58 +0100 Message-Id: <20171216100759.10381-1-vincent.legoll@gmail.com> X-Mailer: git-send-email 2.14.1 In-Reply-To: References: Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1009 Lines: 27 Hello, The following patch add a "default y" to the menuconfig to avoid breaking existing configs. Please advise if this is better, and sufficient. Tell me if these kind of changes are not welcome in the kernel, so that I won't continue with other similar work. I am an actual user of menuconfig, and find it really harder to use than necessary. A lot of new drivers and config options have been added, with only a few relevant to my HW. It is getting very hard to go through menuconfig and disable all the unneeded stuff. I use distro kernels on some of my HW, but for the smaller armels or i686s, I actually want to strip the kernel config. I find the existing menuconfigs a good solution for that problem, because they allow me to disable huge lists of stuff when I know I don't need them without even bothering to enter the menu, an go to each one disabling it. I may not doing it all right, but I think this kind of patch helps at least some of us. Please advise if there's a better way. Thanks