Kconfig (5a4a335aa8d5181e76b6c5fc3c236ac202287cf0) | Kconfig (11f74023888f4e50fd33d3428ce473a10e1f1969) |
---|---|
1# SPDX-License-Identifier: GPL-2.0-only 2config MTD_AR7_PARTS 3 tristate "TI AR7 partitioning parser" 4 help 5 TI AR7 partitioning parser support 6 | 1# SPDX-License-Identifier: GPL-2.0-only 2config MTD_AR7_PARTS 3 tristate "TI AR7 partitioning parser" 4 help 5 TI AR7 partitioning parser support 6 |
7config MTD_BCM47XX_PARTS 8 tristate "BCM47XX partitioning parser" 9 depends on BCM47XX || ARCH_BCM_5301X 10 help 11 This provides partitions parser for devices based on BCM47xx 12 boards. 13 |
|
7config MTD_PARSER_IMAGETAG 8 tristate "Parser for BCM963XX Image Tag format partitions" 9 depends on BCM63XX || BMIPS_GENERIC || COMPILE_TEST 10 select CRC32 11 help 12 Image Tag is the firmware header used by broadcom on their xDSL line 13 of devices. It is used to describe the offsets and lengths of kernel 14 and rootfs partitions. --- 85 unchanged lines hidden --- | 14config MTD_PARSER_IMAGETAG 15 tristate "Parser for BCM963XX Image Tag format partitions" 16 depends on BCM63XX || BMIPS_GENERIC || COMPILE_TEST 17 select CRC32 18 help 19 Image Tag is the firmware header used by broadcom on their xDSL line 20 of devices. It is used to describe the offsets and lengths of kernel 21 and rootfs partitions. --- 85 unchanged lines hidden --- |