From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753499AbdLMPWO (ORCPT ); Wed, 13 Dec 2017 10:22:14 -0500 Received: from mail-pl0-f68.google.com ([209.85.160.68]:35708 "EHLO mail-pl0-f68.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752340AbdLMPWL (ORCPT ); Wed, 13 Dec 2017 10:22:11 -0500 X-Google-Smtp-Source: ACJfBov/IEW2xWp1LqRdd9vCUOLXTUHfhLsFs3QlfaP8LdDt5SpbvVzpB1iVi0LbckzbtMvkXKKbzw== Date: Wed, 13 Dec 2017 07:22:07 -0800 From: Richard Cochran To: Vincent Legoll Cc: netdev@vger.kernel.org, Linux Kernel ML Subject: Re: [PATCH] ptp: make PTP a menuconfig to ease disabling it all Message-ID: <20171213152207.oyoi44pj3xj6co2l@localhost> References: <20171209150715.3547-1-vincent.legoll@gmail.com> <20171211032835.qlpmvxldju33srb3@localhost> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: NeoMutt/20170113 (1.7.2) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Dec 13, 2017 at 10:01:15AM +0100, Vincent Legoll wrote: > I don't think there are alternatives available in Kconfig to achieve > the goal of easing the management of a .config with menuconfig. > > Do you have any idea about how to do it without using menuconfig ? scripts/config HTH, Richard