xref: /openbmc/u-boot/drivers/mtd/Kconfig (revision 38a0f36e83e1d707eceab3c31da65a22c8140bb3)
1d8587993SThomas Choumenu "MTD Support"
2d8587993SThomas Chou
3d8587993SThomas Chouconfig MTD
4d8587993SThomas Chou	bool "Enable Driver Model for MTD drivers"
5d8587993SThomas Chou	depends on DM
6d8587993SThomas Chou	help
7d8587993SThomas Chou	  Enable driver model for Memory Technology Devices (MTD), such as
8d8587993SThomas Chou	  flash, RAM and similar chips, often used for solid state file
9d8587993SThomas Chou	  systems on embedded devices.
10d8587993SThomas Chou
11f1056910SThomas Chouconfig CFI_FLASH
12f1056910SThomas Chou	bool "Enable Driver Model for CFI Flash driver"
13f1056910SThomas Chou	depends on MTD
14f1056910SThomas Chou	help
15f1056910SThomas Chou	  The Common Flash Interface specification was developed by Intel,
16f1056910SThomas Chou	  AMD and other flash manufactures. It provides a universal method
17f1056910SThomas Chou	  for probing the capabilities of flash devices. If you wish to
18f1056910SThomas Chou	  support any device that is CFI-compliant, you need to enable this
19f1056910SThomas Chou	  option. Visit <http://www.amd.com/products/nvd/overview/cfi.html>
20f1056910SThomas Chou	  for more information on CFI.
21f1056910SThomas Chou
22*38a0f36eSThomas Chouconfig ALTERA_QSPI
23*38a0f36eSThomas Chou	bool "Altera Generic Quad SPI Controller"
24*38a0f36eSThomas Chou	depends on MTD
25*38a0f36eSThomas Chou	help
26*38a0f36eSThomas Chou	  This enables access to Altera EPCQ/EPCS flash chips using the
27*38a0f36eSThomas Chou	  Altera Generic Quad SPI Controller. The controller converts SPI
28*38a0f36eSThomas Chou	  NOR flash to parallel flash interface. Please find details on the
29*38a0f36eSThomas Chou	  "Embedded Peripherals IP User Guide" of Altera.
30*38a0f36eSThomas Chou
31d8587993SThomas Chouendmenu
32d8587993SThomas Chou
334b0abf9fSMasahiro Yamadasource "drivers/mtd/nand/Kconfig"
34f94a1bedSSimon Glass
35f94a1bedSSimon Glasssource "drivers/mtd/spi/Kconfig"
36