Skip to content

Commit

Permalink
mtd: Enable Open Firmware initialisation of MTD devices and maps for …
Browse files Browse the repository at this point in the history
…MicroBlaze

Signed-off-by: Michal Simek <[email protected]>
  • Loading branch information
petalogix authored and michalsimek committed Sep 21, 2009
1 parent ebc79c4 commit c2a32f0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion drivers/mtd/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ config MTD_AFS_PARTS

config MTD_OF_PARTS
tristate "Flash partition map based on OF description"
depends on PPC_OF && MTD_PARTITIONS
depends on (MICROBLAZE || PPC_OF) && MTD_PARTITIONS
help
This provides a partition parsing function which derives
the partition map from the children of the flash node,
Expand Down
2 changes: 1 addition & 1 deletion drivers/mtd/maps/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,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
Expand Down

0 comments on commit c2a32f0

Please sign in to comment.