Skip to content

Commit

Permalink
[PATCH] [MTD] Maps: Add dependency on alternate probe methods to physmap
Browse files Browse the repository at this point in the history
map/physmap.c tries to probe "cfi_probe", "jedec_probe" and "map_rom", but
map/Kconfig says it depends on MTD_CFI only.
This patch adds  MTD_JEDECPROBE and MTD_ROM to the dependency condition.

Signed-off-by: Takashi YOSHII <takasi-y@ops.dti.ne.jp>
Signed-off-by: Josh Boyer <jwboyer@gmail.com>
  • Loading branch information
Takashi YOSHII authored and Josh Boyer committed Aug 15, 2006
1 parent c4e6952 commit 79b9cd5
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions drivers/mtd/maps/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ config MTD_COMPLEX_MAPPINGS

config MTD_PHYSMAP
tristate "CFI Flash device in physical memory map"
depends on MTD_CFI
depends on MTD_CFI || MTD_JEDECPROBE || MTD_ROM
help
This provides a 'mapping' driver which allows the CFI probe and
command set driver code to communicate with flash chips which
are mapped physically into the CPU's memory. You will need to
configure the physical address and size of the flash chips on
your particular board as well as the bus width, either statically
This provides a 'mapping' driver which allows the NOR Flash and
ROM driver code to communicate with chips which are mapped
physically into the CPU's memory. You will need to configure
the physical address and size of the flash chips on your
particular board as well as the bus width, either statically
with config options or at run-time.

config MTD_PHYSMAP_START
Expand Down

0 comments on commit 79b9cd5

Please sign in to comment.