From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga05.intel.com ([192.55.52.43]) by bombadil.infradead.org with esmtps (Exim 4.87 #1 (Red Hat Linux)) id 1e6vRl-0007aT-LI for linux-mtd@lists.infradead.org; Tue, 24 Oct 2017 09:24:31 +0000 Date: Tue, 24 Oct 2017 12:21:54 +0300 From: Mika Westerberg To: Bin Meng Cc: Arnd Bergmann , Cyrille Pitchen , linux-mtd , linux-kernel , Stefan Roese Subject: Re: [PATCH] spi-nor: intel-spi: Remove EXPERT dependency Message-ID: <20171024092154.GC29656@lahna.fi.intel.com> References: <1508830853-4924-1-git-send-email-bmeng.cn@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1508830853-4924-1-git-send-email-bmeng.cn@gmail.com> List-Id: Linux MTD discussion mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Tue, Oct 24, 2017 at 12:40:53AM -0700, Bin Meng wrote: > The idea to have the intel-spi driver dependent on EXPERT was exactly > because we did not want ordinary users playing with the device and > inadvertently overwrite their BIOSes (if it is not protected). This > seems to be superfluous hence remove it. > > Suggested-by: Arnd Bergmann > Signed-off-by: Bin Meng Acked-by: Mika Westerberg