Kconfig (5a4a335aa8d5181e76b6c5fc3c236ac202287cf0) | Kconfig (11f74023888f4e50fd33d3428ce473a10e1f1969) |
---|---|
1menuconfig MTD 2 tristate "Memory Technology Device (MTD) support" 3 imply NVMEM 4 help 5 Memory Technology Devices are flash, RAM and similar chips, often 6 used for solid state file systems on embedded devices. This option 7 will provide the generic support for MTD drivers to register 8 themselves with the kernel and for potential users of MTD devices --- 64 unchanged lines hidden (view full) --- 73 tristate "BCM63XX CFE partitioning support" 74 depends on BCM63XX || BMIPS_GENERIC || COMPILE_TEST 75 select CRC32 76 select MTD_PARSER_IMAGETAG 77 help 78 This provides partition parsing for BCM63xx devices with CFE 79 bootloaders. 80 | 1menuconfig MTD 2 tristate "Memory Technology Device (MTD) support" 3 imply NVMEM 4 help 5 Memory Technology Devices are flash, RAM and similar chips, often 6 used for solid state file systems on embedded devices. This option 7 will provide the generic support for MTD drivers to register 8 themselves with the kernel and for potential users of MTD devices --- 64 unchanged lines hidden (view full) --- 73 tristate "BCM63XX CFE partitioning support" 74 depends on BCM63XX || BMIPS_GENERIC || COMPILE_TEST 75 select CRC32 76 select MTD_PARSER_IMAGETAG 77 help 78 This provides partition parsing for BCM63xx devices with CFE 79 bootloaders. 80 |
81config MTD_BCM47XX_PARTS 82 tristate "BCM47XX partitioning support" 83 depends on BCM47XX || ARCH_BCM_5301X 84 help 85 This provides partitions parser for devices based on BCM47xx 86 boards. 87 | |
88menu "Partition parsers" 89source "drivers/mtd/parsers/Kconfig" 90endmenu 91 92comment "User Modules And Translation Layers" 93 94# 95# MTD block device support is select'ed if needed --- 179 unchanged lines hidden --- | 81menu "Partition parsers" 82source "drivers/mtd/parsers/Kconfig" 83endmenu 84 85comment "User Modules And Translation Layers" 86 87# 88# MTD block device support is select'ed if needed --- 179 unchanged lines hidden --- |