Kconfig (48a7afe314bfc4d7f50e1608632f503dbba7e013) Kconfig (e25df1205f37c7bff3ab14fdfc8a5249f3c69c82)
1# $Id: Kconfig,v 1.11 2005/11/07 11:14:19 gleixner Exp $
2
3menuconfig MTD
4 tristate "Memory Technology Device (MTD) support"
1# $Id: Kconfig,v 1.11 2005/11/07 11:14:19 gleixner Exp $
2
3menuconfig MTD
4 tristate "Memory Technology Device (MTD) support"
5 depends on HAS_IOMEM
5 help
6 Memory Technology Devices are flash, RAM and similar chips, often
7 used for solid state file systems on embedded devices. This option
8 will provide the generic support for MTD drivers to register
9 themselves with the kernel and for potential users of MTD devices
10 to enumerate the devices which are present and obtain a handle on
11 them. It will also allow you to select individual drivers for
12 particular hardware and users of MTD devices. If unsure, say N.

--- 280 unchanged lines hidden ---
6 help
7 Memory Technology Devices are flash, RAM and similar chips, often
8 used for solid state file systems on embedded devices. This option
9 will provide the generic support for MTD drivers to register
10 themselves with the kernel and for potential users of MTD devices
11 to enumerate the devices which are present and obtain a handle on
12 them. It will also allow you to select individual drivers for
13 particular hardware and users of MTD devices. If unsure, say N.

--- 280 unchanged lines hidden ---