summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/devices
diff options
context:
space:
mode:
authorRichard Weinberger2012-02-07 01:22:50 +0100
committerRichard Weinberger2012-03-25 00:29:56 +0100
commit9310da0bbb826f8b6ed49a5f93092f8452820da0 (patch)
tree0f109104155182218dc686bacc98c436098ffd58 /drivers/mtd/devices
parentum: Wire CONFIG_GENERIC_IO up (diff)
downloadkernel-qcow2-linux-9310da0bbb826f8b6ed49a5f93092f8452820da0.tar.gz
kernel-qcow2-linux-9310da0bbb826f8b6ed49a5f93092f8452820da0.tar.xz
kernel-qcow2-linux-9310da0bbb826f8b6ed49a5f93092f8452820da0.zip
MTD: Relax dependencies
CONFIG_GENERIC_IO is just enough for the basic MTD stuff. Signed-off-by: Richard Weinberger <richard@nod.at> Acked-by: Artem Bityutskiy <artem.bityutskiy@linux.intel.com>
Diffstat (limited to 'drivers/mtd/devices')
-rw-r--r--drivers/mtd/devices/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/mtd/devices/Kconfig b/drivers/mtd/devices/Kconfig
index 37b05c3f2792..8d3dac40d7e6 100644
--- a/drivers/mtd/devices/Kconfig
+++ b/drivers/mtd/devices/Kconfig
@@ -1,5 +1,6 @@
menu "Self-contained MTD device drivers"
depends on MTD!=n
+ depends on HAS_IOMEM
config MTD_PMC551
tristate "Ramix PMC551 PCI Mezzanine RAM card support"