Kconfig (9310da0bbb826f8b6ed49a5f93092f8452820da0) Kconfig (f18dbbb1bfe06ea3995b55c2f533057da9e9294a)
1menu "Self-contained MTD device drivers"
2 depends on MTD!=n
1menu "Self-contained MTD device drivers"
2 depends on MTD!=n
3 depends on HAS_IOMEM
4
5config MTD_PMC551
6 tristate "Ramix PMC551 PCI Mezzanine RAM card support"
7 depends on PCI
8 ---help---
9 This provides a MTD device driver for the Ramix PMC551 RAM PCI card
10 from Ramix Inc. <http://www.ramix.com/products/memory/pmc551.html>.
11 These devices come in memory configurations from 32M - 1G. If you

--- 86 unchanged lines hidden (view full) ---

98
99config M25PXX_USE_FAST_READ
100 bool "Use FAST_READ OPCode allowing SPI CLK <= 50MHz"
101 depends on MTD_M25P80
102 default y
103 help
104 This option enables FAST_READ access supported by ST M25Pxx.
105
3
4config MTD_PMC551
5 tristate "Ramix PMC551 PCI Mezzanine RAM card support"
6 depends on PCI
7 ---help---
8 This provides a MTD device driver for the Ramix PMC551 RAM PCI card
9 from Ramix Inc. <http://www.ramix.com/products/memory/pmc551.html>.
10 These devices come in memory configurations from 32M - 1G. If you

--- 86 unchanged lines hidden (view full) ---

97
98config M25PXX_USE_FAST_READ
99 bool "Use FAST_READ OPCode allowing SPI CLK <= 50MHz"
100 depends on MTD_M25P80
101 default y
102 help
103 This option enables FAST_READ access supported by ST M25Pxx.
104
105config 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
106config MTD_SST25L
107 tristate "Support SST25L (non JEDEC) SPI Flash chips"
108 depends on SPI_MASTER
109 help
110 This enables access to the non JEDEC SST25L SPI flash chips, used
111 for program and data storage.
112
113 Set up your spi devices with the right board-specific platform data,

--- 217 unchanged lines hidden ---
112config MTD_SST25L
113 tristate "Support SST25L (non JEDEC) SPI Flash chips"
114 depends on SPI_MASTER
115 help
116 This enables access to the non JEDEC SST25L SPI flash chips, used
117 for program and data storage.
118
119 Set up your spi devices with the right board-specific platform data,

--- 217 unchanged lines hidden ---