diff options
Diffstat (limited to 'drivers/mtd/maps/Kconfig')
| -rw-r--r-- | drivers/mtd/maps/Kconfig | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/drivers/mtd/maps/Kconfig b/drivers/mtd/maps/Kconfig index 4c364d44ad59..2de0cc823d60 100644 --- a/drivers/mtd/maps/Kconfig +++ b/drivers/mtd/maps/Kconfig | |||
| @@ -549,4 +549,21 @@ config MTD_VMU | |||
| 549 | To build this as a module select M here, the module will be called | 549 | To build this as a module select M here, the module will be called |
| 550 | vmu-flash. | 550 | vmu-flash. |
| 551 | 551 | ||
| 552 | config MTD_PISMO | ||
| 553 | tristate "MTD discovery driver for PISMO modules" | ||
| 554 | depends on I2C | ||
| 555 | depends on ARCH_VERSATILE | ||
| 556 | help | ||
| 557 | This driver allows for discovery of PISMO modules - see | ||
| 558 | <http://www.pismoworld.org/>. These are small modules containing | ||
| 559 | up to five memory devices (eg, SRAM, flash, DOC) described by an | ||
| 560 | I2C EEPROM. | ||
| 561 | |||
| 562 | This driver does not create any MTD maps itself; instead it | ||
| 563 | creates MTD physmap and MTD SRAM platform devices. If you | ||
| 564 | enable this option, you should consider enabling MTD_PHYSMAP | ||
| 565 | and/or MTD_PLATRAM according to the devices on your module. | ||
| 566 | |||
| 567 | When built as a module, it will be called pismo.ko | ||
| 568 | |||
| 552 | endmenu | 569 | endmenu |
