diff options
Diffstat (limited to 'drivers/mtd/devices/Kconfig')
-rw-r--r-- | drivers/mtd/devices/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/mtd/devices/Kconfig b/drivers/mtd/devices/Kconfig index 37b05c3f2792..98206b034c01 100644 --- a/drivers/mtd/devices/Kconfig +++ b/drivers/mtd/devices/Kconfig | |||
@@ -102,6 +102,13 @@ config M25PXX_USE_FAST_READ | |||
102 | help | 102 | help |
103 | This option enables FAST_READ access supported by ST M25Pxx. | 103 | This option enables FAST_READ access supported by ST M25Pxx. |
104 | 104 | ||
105 | config MTD_SPEAR_SMI | ||
106 | tristate "SPEAR MTD NOR Support through SMI controller" | ||
107 | depends on PLAT_SPEAR | ||
108 | default y | ||
109 | help | ||
110 | This enable SNOR support on SPEAR platforms using SMI controller | ||
111 | |||
105 | config MTD_SST25L | 112 | config MTD_SST25L |
106 | tristate "Support SST25L (non JEDEC) SPI Flash chips" | 113 | tristate "Support SST25L (non JEDEC) SPI Flash chips" |
107 | depends on SPI_MASTER | 114 | depends on SPI_MASTER |