aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd
diff options
context:
space:
mode:
authorHauke Mehrtens <hauke@hauke-m.de>2016-12-05 16:14:36 -0500
committerBoris Brezillon <boris.brezillon@free-electrons.com>2017-01-02 03:43:57 -0500
commit73529c872a189c747bdb528ce9b85b67b0e28dec (patch)
treeffb2ca4df1d3c7441a0a02f6c119b2a763eee9dc /drivers/mtd
parent7ce7d89f48834cefece7804d38fc5d85382edf77 (diff)
mtd: nand: xway: disable module support
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. Fixes: 99f2b107924c ("mtd: lantiq: Add NAND support on Lantiq XWAY SoC.") Cc: <stable@vger.kernel.org> Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> Signed-off-by: Boris Brezillon <boris.brezillon@free-electrons.com>
Diffstat (limited to 'drivers/mtd')
-rw-r--r--drivers/mtd/nand/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mtd/nand/Kconfig b/drivers/mtd/nand/Kconfig
index 353a9ddf6b97..2f35ab5426f8 100644
--- a/drivers/mtd/nand/Kconfig
+++ b/drivers/mtd/nand/Kconfig
@@ -540,7 +540,7 @@ config MTD_NAND_FSMC
540 Flexible Static Memory Controller (FSMC) 540 Flexible Static Memory Controller (FSMC)
541 541
542config MTD_NAND_XWAY 542config MTD_NAND_XWAY
543 tristate "Support for NAND on Lantiq XWAY SoC" 543 bool "Support for NAND on Lantiq XWAY SoC"
544 depends on LANTIQ && SOC_TYPE_XWAY 544 depends on LANTIQ && SOC_TYPE_XWAY
545 help 545 help
546 Enables support for NAND Flash chips on Lantiq XWAY SoCs. NAND is attached 546 Enables support for NAND Flash chips on Lantiq XWAY SoCs. NAND is attached