提交 b8cc0012 编写于 作者: B Bin Meng 提交者: Cyrille Pitchen

spi-nor: intel-spi: Remove EXPERT dependency

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: NArnd Bergmann <arnd@arndb.de>
Signed-off-by: NBin Meng <bmeng.cn@gmail.com>
Acked-by: NMika Westerberg <mika.westerberg@linux.intel.com>
Acked-by: NArnd Bergmann <arnd@arndb.de>
Signed-off-by: NCyrille Pitchen <cyrille.pitchen@wedev4u.fr>
上级 2ea68b75
...@@ -90,7 +90,7 @@ config SPI_INTEL_SPI ...@@ -90,7 +90,7 @@ config SPI_INTEL_SPI
tristate tristate
config SPI_INTEL_SPI_PCI config SPI_INTEL_SPI_PCI
tristate "Intel PCH/PCU SPI flash PCI driver" if EXPERT tristate "Intel PCH/PCU SPI flash PCI driver"
depends on X86 && PCI depends on X86 && PCI
select SPI_INTEL_SPI select SPI_INTEL_SPI
help help
...@@ -106,7 +106,7 @@ config SPI_INTEL_SPI_PCI ...@@ -106,7 +106,7 @@ config SPI_INTEL_SPI_PCI
will be called intel-spi-pci. will be called intel-spi-pci.
config SPI_INTEL_SPI_PLATFORM config SPI_INTEL_SPI_PLATFORM
tristate "Intel PCH/PCU SPI flash platform driver" if EXPERT tristate "Intel PCH/PCU SPI flash platform driver"
depends on X86 depends on X86
select SPI_INTEL_SPI select SPI_INTEL_SPI
help help
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册