From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751506AbdJWMTU (ORCPT ); Mon, 23 Oct 2017 08:19:20 -0400 Received: from mga05.intel.com ([192.55.52.43]:38556 "EHLO mga05.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751116AbdJWMTT (ORCPT ); Mon, 23 Oct 2017 08:19:19 -0400 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.43,422,1503385200"; d="scan'208";a="1208940281" Date: Mon, 23 Oct 2017 15:12:40 +0300 From: Mika Westerberg To: Bin Meng Cc: Arnd Bergmann , Cyrille Pitchen , Boris Brezillon , Marek Vasut , Brian Norris , Richard Weinberger , David Woodhouse , linux-mtd , linux-kernel , Stefan Roese Subject: Re: [PATCH] spi-nor: intel-spi: Fix Kconfig dependency to LPC_ICH Message-ID: <20171023121240.GE29656@lahna.fi.intel.com> References: <1503648771-17514-1-git-send-email-bmeng.cn@gmail.com> <3af38787-4542-7a2b-36be-56c11b1b81f2@wedev4u.fr> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Organization: Intel Finland Oy - BIC 0357606-4 - Westendinkatu 7, 02160 Espoo User-Agent: Mutt/1.9.0 (2017-09-02) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sun, Oct 15, 2017 at 09:38:57PM +0800, Bin Meng wrote: > > Also, the 'depends on EXPERT' statement looks misplaced, > > enabling EXPERT should only be there to allow you to turn > > extra things *off*, not to hide device drivers. > > > > I will leave this to Mika to comment the "EXPERT" usage. If we remove > this, I think that should be another patch and the documentation of > this driver should be updated too. Yeah, I guess we can remove that EXPERT dependency. It was added there exactly because I did not want ordinary users playing with the device and inadvertently overwrite their BIOSes (if it is not protected). I also agree it should be a separate patch. Do you want to do that or should I?