diff options
Diffstat (limited to 'drivers/mtd/maps/Kconfig')
-rw-r--r-- | drivers/mtd/maps/Kconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/mtd/maps/Kconfig b/drivers/mtd/maps/Kconfig index fa7466886fd6..4a51a3d639be 100644 --- a/drivers/mtd/maps/Kconfig +++ b/drivers/mtd/maps/Kconfig | |||
@@ -60,6 +60,15 @@ config MTD_PHYSMAP_BANKWIDTH | |||
60 | Ignore this option if you use run-time physmap configuration | 60 | Ignore this option if you use run-time physmap configuration |
61 | (i.e., run-time calling physmap_configure()). | 61 | (i.e., run-time calling physmap_configure()). |
62 | 62 | ||
63 | config MTD_PHYSMAP_OF | ||
64 | tristate "Flash device in physical memory map based on OF descirption" | ||
65 | depends on PPC_OF && (MTD_CFI || MTD_JEDECPROBE || MTD_ROM) | ||
66 | help | ||
67 | This provides a 'mapping' driver which allows the NOR Flash and | ||
68 | ROM driver code to communicate with chips which are mapped | ||
69 | physically into the CPU's memory. The mapping description here is | ||
70 | taken from OF device tree. | ||
71 | |||
63 | config MTD_SUN_UFLASH | 72 | config MTD_SUN_UFLASH |
64 | tristate "Sun Microsystems userflash support" | 73 | tristate "Sun Microsystems userflash support" |
65 | depends on SPARC && MTD_CFI | 74 | depends on SPARC && MTD_CFI |