diff options
author | Richard Weinberger <richard@nod.at> | 2012-02-06 19:22:50 -0500 |
---|---|---|
committer | Richard Weinberger <richard@nod.at> | 2012-03-24 19:29:56 -0400 |
commit | 9310da0bbb826f8b6ed49a5f93092f8452820da0 (patch) | |
tree | 0f109104155182218dc686bacc98c436098ffd58 /drivers/mtd/devices | |
parent | 194a64c8cfc19d522cf94110791f27841c5997e6 (diff) |
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/Kconfig | 1 |
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 @@ | |||
1 | menu "Self-contained MTD device drivers" | 1 | menu "Self-contained MTD device drivers" |
2 | depends on MTD!=n | 2 | depends on MTD!=n |
3 | depends on HAS_IOMEM | ||
3 | 4 | ||
4 | config MTD_PMC551 | 5 | config MTD_PMC551 |
5 | tristate "Ramix PMC551 PCI Mezzanine RAM card support" | 6 | tristate "Ramix PMC551 PCI Mezzanine RAM card support" |