Merge git://git.infradead.org/mtd-2.6
[pandora-kernel.git] / drivers / mtd / maps / Kconfig
index c7e97cf..4c364d4 100644 (file)
@@ -1,5 +1,3 @@
-# drivers/mtd/maps/Kconfig
-
 menu "Mapping drivers for chip access"
        depends on MTD!=n
 
@@ -74,7 +72,7 @@ config MTD_PHYSMAP_BANKWIDTH
 
 config MTD_PHYSMAP_OF
        tristate "Flash device in physical memory map based on OF description"
-       depends on PPC_OF && (MTD_CFI || MTD_JEDECPROBE || MTD_ROM)
+       depends on (MICROBLAZE || PPC_OF) && (MTD_CFI || MTD_JEDECPROBE || MTD_ROM)
        help
          This provides a 'mapping' driver which allows the NOR Flash and
          ROM driver code to communicate with chips which are mapped
@@ -383,9 +381,9 @@ config MTD_IXP2000
        depends on MTD_CFI && MTD_COMPLEX_MAPPINGS && ARCH_IXP2000
        help
          This enables MTD access to flash devices on platforms based
-         on Intel's IXP2000 family of network processors such as the
-         IXDP425 and Coyote. If you have an IXP2000 based board and
-         would like to use the flash chips on it, say 'Y'.
+         on Intel's IXP2000 family of network processors. If you have an
+         IXP2000 based board and would like to use the flash chips on it,
+         say 'Y'.
 
 config MTD_FORTUNET
        tristate "CFI Flash device mapped on the FortuNet board"