aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd
diff options
context:
space:
mode:
authorRichard Weinberger <richard@nod.at>2016-01-25 23:24:20 +0100
committerBrian Norris <computersforpeace@gmail.com>2016-02-01 09:37:03 -0800
commit02c3b0bd69a537557484e46a5937874a2d2ad454 (patch)
tree2cee13e2a9552f886ed238c07cfa2ac3c238c848 /drivers/mtd
parentmtd: Fix dependencies for !HAS_IOMEM archs (diff)
downloadlinux-dev-02c3b0bd69a537557484e46a5937874a2d2ad454.tar.xz
linux-dev-02c3b0bd69a537557484e46a5937874a2d2ad454.zip
mtd: cs553x: Fix dependencies for !HAS_IOMEM archs
Not every arch has io memory nor can this driver ever work on UML/i386. So, unbreak the build by fixing the dependencies. Signed-off-by: Richard Weinberger <richard@nod.at> Signed-off-by: Brian Norris <computersforpeace@gmail.com>
Diffstat (limited to 'drivers/mtd')
-rw-r--r--drivers/mtd/nand/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/mtd/nand/Kconfig b/drivers/mtd/nand/Kconfig
index 545d82b100b6..b253654140d0 100644
--- a/drivers/mtd/nand/Kconfig
+++ b/drivers/mtd/nand/Kconfig
@@ -311,6 +311,7 @@ config MTD_NAND_CAFE
config MTD_NAND_CS553X
tristate "NAND support for CS5535/CS5536 (AMD Geode companion chip)"
depends on X86_32
+ depends on !UML && HAS_IOMEM
help
The CS553x companion chips for the AMD Geode processor
include NAND flash controllers with built-in hardware ECC