commit | 670b46aa6cad88e126c5e7d0f37ed2b41693869d | [log] [tgz] |
---|---|---|
author | Philippe De Muyter <phdm@macqel.be> | Thu Mar 06 00:00:00 2014 +0100 |
committer | Brian Norris <computersforpeace@gmail.com> | Mon Mar 10 22:42:29 2014 -0700 |
tree | 0526f7c8c41c4e68d9cab5558ac284663040b602 | |
parent | 6f7db7f3203a0bd48170807adeb53dd401d29110 [diff] |
mtd: allow CONFIG_MTD_PHYSMAP_OF also for CONFIG_MTD_RAM Up to now mtd-ram devices described in device trees were only accessible if mtd-flash or mtd-rom were also configured at linux configuration time, because MTD_PHYSMAP_OF was only available if (MTD_CFI || MTD_JEDECPROBE || MTD_ROM). Allow MTD_PHYSMAP_OF selection also when only MTD_RAM is set. Signed-off-by: Philippe De Muyter <phdm@macqel.be> Signed-off-by: Brian Norris <computersforpeace@gmail.com>