summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/Kconfig
diff options
context:
space:
mode:
authorRichard Weinberger <richard@nod.at>2012-02-07 01:22:50 +0100
committerRichard Weinberger <richard@nod.at>2012-03-25 00:29:56 +0100
commit9310da0bbb826f8b6ed49a5f93092f8452820da0 (patch)
tree0f109104155182218dc686bacc98c436098ffd58 /drivers/mtd/Kconfig
parent194a64c8cfc19d522cf94110791f27841c5997e6 (diff)
downloadop-kernel-dev-9310da0bbb826f8b6ed49a5f93092f8452820da0.zip
op-kernel-dev-9310da0bbb826f8b6ed49a5f93092f8452820da0.tar.gz
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/Kconfig')
-rw-r--r--drivers/mtd/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mtd/Kconfig b/drivers/mtd/Kconfig
index 1be6218..284cf34 100644
--- a/drivers/mtd/Kconfig
+++ b/drivers/mtd/Kconfig
@@ -1,6 +1,6 @@
menuconfig MTD
tristate "Memory Technology Device (MTD) support"
- depends on HAS_IOMEM
+ depends on GENERIC_IO
help
Memory Technology Devices are flash, RAM and similar chips, often
used for solid state file systems on embedded devices. This option
OpenPOWER on IntegriCloud