diff options
author | Richard Weinberger <richard@nod.at> | 2012-02-07 01:22:50 +0100 |
---|---|---|
committer | Richard Weinberger <richard@nod.at> | 2012-03-25 00:29:56 +0100 |
commit | 9310da0bbb826f8b6ed49a5f93092f8452820da0 (patch) | |
tree | 0f109104155182218dc686bacc98c436098ffd58 /drivers/mtd/maps | |
parent | 194a64c8cfc19d522cf94110791f27841c5997e6 (diff) | |
download | linux-stable-9310da0bbb826f8b6ed49a5f93092f8452820da0.tar.gz linux-stable-9310da0bbb826f8b6ed49a5f93092f8452820da0.tar.bz2 linux-stable-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/maps')
-rw-r--r-- | drivers/mtd/maps/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/mtd/maps/Kconfig b/drivers/mtd/maps/Kconfig index 6c5c431c64af..8af67cfd671a 100644 --- a/drivers/mtd/maps/Kconfig +++ b/drivers/mtd/maps/Kconfig @@ -1,5 +1,6 @@ menu "Mapping drivers for chip access" depends on MTD!=n + depends on HAS_IOMEM config MTD_COMPLEX_MAPPINGS bool "Support non-linear mappings of flash chips" |