Kconfig (10a558374f3751cf4eb55143008975641dfc2cf4) | Kconfig (26777d37216c976cf6fd196700133a38aa2c4b0f) |
---|---|
1menuconfig MTD 2 tristate "Memory Technology Device (MTD) support" 3 help 4 Memory Technology Devices are flash, RAM and similar chips, often 5 used for solid state file systems on embedded devices. This option 6 will provide the generic support for MTD drivers to register 7 themselves with the kernel and for potential users of MTD devices 8 to enumerate the devices which are present and obtain a handle on --- 319 unchanged lines hidden (view full) --- 328source "drivers/mtd/chips/Kconfig" 329 330source "drivers/mtd/maps/Kconfig" 331 332source "drivers/mtd/devices/Kconfig" 333 334source "drivers/mtd/nand/Kconfig" 335 | 1menuconfig MTD 2 tristate "Memory Technology Device (MTD) support" 3 help 4 Memory Technology Devices are flash, RAM and similar chips, often 5 used for solid state file systems on embedded devices. This option 6 will provide the generic support for MTD drivers to register 7 themselves with the kernel and for potential users of MTD devices 8 to enumerate the devices which are present and obtain a handle on --- 319 unchanged lines hidden (view full) --- 328source "drivers/mtd/chips/Kconfig" 329 330source "drivers/mtd/maps/Kconfig" 331 332source "drivers/mtd/devices/Kconfig" 333 334source "drivers/mtd/nand/Kconfig" 335 |
336source "drivers/mtd/onenand/Kconfig" 337 | |
338source "drivers/mtd/lpddr/Kconfig" 339 340source "drivers/mtd/spi-nor/Kconfig" 341 342source "drivers/mtd/ubi/Kconfig" 343 344endif # MTD | 336source "drivers/mtd/lpddr/Kconfig" 337 338source "drivers/mtd/spi-nor/Kconfig" 339 340source "drivers/mtd/ubi/Kconfig" 341 342endif # MTD |