[PATCH] spi-nor: intel-spi: Fix Kconfig dependency to LPC_ICH
Cyrille Pitchen
cyrille.pitchen at wedev4u.fr
Wed Oct 11 01:03:41 PDT 2017
Le 25/08/2017 à 10:12, Bin Meng a écrit :
> The Intel SPI-NOR driver is dependent on LPC_ICH to get the platform
> data. Select it in the Kconfig.
>
> Signed-off-by: Bin Meng <bmeng.cn at gmail.com>
Applied to the spi-nor/next branch of l2-mtd
Thanks!
> ---
>
> drivers/mtd/spi-nor/Kconfig | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/drivers/mtd/spi-nor/Kconfig b/drivers/mtd/spi-nor/Kconfig
> index bfdfb1e..e998800 100644
> --- a/drivers/mtd/spi-nor/Kconfig
> +++ b/drivers/mtd/spi-nor/Kconfig
> @@ -93,6 +93,7 @@ config SPI_INTEL_SPI_PLATFORM
> tristate "Intel PCH/PCU SPI flash platform driver" if EXPERT
> depends on X86
> select SPI_INTEL_SPI
> + select LPC_ICH
> help
> This enables platform support for the Intel PCH/PCU SPI
> controller in master mode. This controller is present in modern
>
More information about the linux-mtd
mailing list