Thomas Chou | e51b65e | 2015-11-07 14:20:31 +0800 | [diff] [blame] | 1 | menu "MTD Support" |
| 2 | |
| 3 | config MTD |
| 4 | bool "Enable Driver Model for MTD drivers" |
| 5 | depends on DM |
| 6 | help |
| 7 | Enable driver model for Memory Technology Devices (MTD), such as |
| 8 | flash, RAM and similar chips, often used for solid state file |
| 9 | systems on embedded devices. |
| 10 | |
Thomas Chou | 47eae23 | 2015-11-07 14:31:08 +0800 | [diff] [blame^] | 11 | config CFI_FLASH |
| 12 | bool "Enable Driver Model for CFI Flash driver" |
| 13 | depends on MTD |
| 14 | help |
| 15 | The Common Flash Interface specification was developed by Intel, |
| 16 | AMD and other flash manufactures. It provides a universal method |
| 17 | for probing the capabilities of flash devices. If you wish to |
| 18 | support any device that is CFI-compliant, you need to enable this |
| 19 | option. Visit <http://www.amd.com/products/nvd/overview/cfi.html> |
| 20 | for more information on CFI. |
| 21 | |
Thomas Chou | e51b65e | 2015-11-07 14:20:31 +0800 | [diff] [blame] | 22 | endmenu |
| 23 | |
Masahiro Yamada | c343b38 | 2014-10-03 19:21:03 +0900 | [diff] [blame] | 24 | source "drivers/mtd/nand/Kconfig" |
Simon Glass | d8b771d | 2015-02-05 21:41:35 -0700 | [diff] [blame] | 25 | |
| 26 | source "drivers/mtd/spi/Kconfig" |