[PATCH V2 1/2] mtd: nand: xway: disable module support

Boris Brezillon boris.brezillon at free-electrons.com
Tue Jan 3 00:19:15 PST 2017


On Mon,  5 Dec 2016 22:14:36 +0100
Hauke Mehrtens <hauke at hauke-m.de> wrote:

> The xway_nand driver accesses the ltq_ebu_membase symbol which is not
> exported. This also should not get exported and we should handle the
> EBU interface in a better way later. This quick fix just deactivated
> support for building as module.
> 
> Cc: <stable at vger.kernel.org>
> Signed-off-by: Hauke Mehrtens <hauke at hauke-m.de>

Applied both to nand/fixes. They should appear in one of the next -rc
(probably not -rc3 though).

Thanks,

Boris

> ---
>  drivers/mtd/nand/Kconfig | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/mtd/nand/Kconfig b/drivers/mtd/nand/Kconfig
> index 7b7a887..b254090 100644
> --- a/drivers/mtd/nand/Kconfig
> +++ b/drivers/mtd/nand/Kconfig
> @@ -537,7 +537,7 @@ config MTD_NAND_FSMC
>  	  Flexible Static Memory Controller (FSMC)
>  
>  config MTD_NAND_XWAY
> -	tristate "Support for NAND on Lantiq XWAY SoC"
> +	bool "Support for NAND on Lantiq XWAY SoC"
>  	depends on LANTIQ && SOC_TYPE_XWAY
>  	help
>  	  Enables support for NAND Flash chips on Lantiq XWAY SoCs. NAND is attached




More information about the linux-mtd mailing list