kumquat-buildroot/package/mtd/Config.in
Eric Andersen 318cae634d patch from pgrayson:
This patch does a couple mtd related things:

* Updates to the latest (2005/01/22) mtd from debian.org

* Fixes weird behavior where mkfs.jffs2 built for target was put into the staging dir.

* Shows the mtd package in the package selection menu. When mtd is enabled, the various mtd utilities appear and can be individually selected.

* Added a config item for sumtool, which is part of the mtd-utils and helps manage the new summary feature in jffs2 images.

* Fixed mtd build dependency problem. The mtd utils dynamically link with libz.so, therefore the zlib package is prerequisite for any of the mtd utilities.
2005-03-09 17:27:14 +00:00

102 lines
1.8 KiB
Plaintext

config BR2_PACKAGE_MTD
bool "mtd/jffs2 utilities"
default n
select BR2_PACKAGE_ZLIB
help
Build mtd/jffs utilities
config BR2_PACKAGE_MTD_FLASH_ERASE
bool "flash_erase"
default y
depends on BR2_PACKAGE_MTD
config BR2_PACKAGE_MTD_FLASH_ERASEASLL
bool "flash_eraseall"
default y
depends on BR2_PACKAGE_MTD
config BR2_PACKAGE_MTD_FLASH_INFO
bool "flash_info"
default y
depends on BR2_PACKAGE_MTD
config BR2_PACKAGE_MTD_FLASH_LOCK
bool "flash_loco"
default y
depends on BR2_PACKAGE_MTD
config BR2_PACKAGE_MTD_FLASH_UNLOCK
bool "flash_unlock"
default y
depends on BR2_PACKAGE_MTD
config BR2_PACKAGE_MTD_FLASHCP
bool "flashcp"
default y
depends on BR2_PACKAGE_MTD
config BR2_PACKAGE_MTD_JFFS2DUMP
bool "jffs2dump"
default y
depends on BR2_PACKAGE_MTD
config BR2_PACKAGE_MTD_SUMTOOL
bool "sumtool"
default y
depends on BR2_PACKAGE_MTD
config BR2_PACKAGE_MTD_FTL_CHECK
bool "ftl_check"
default y
depends on BR2_PACKAGE_MTD
config BR2_PACKAGE_MTD_FTL_FORMAT
bool "ftl_format"
default y
depends on BR2_PACKAGE_MTD
config BR2_PACKAGE_MTD_NFTL_FORMAT
bool "nftl_format"
default y
depends on BR2_PACKAGE_MTD
config BR2_PACKAGE_MTD_NFTLDUMP
bool "nftldump"
default y
depends on BR2_PACKAGE_MTD
config BR2_PACKAGE_MTD_MKFSJFFS2
bool "mkfs.jffs2"
default y
depends on BR2_PACKAGE_MTD
config BR2_PACKAGE_MTD_MKFSJFFS
bool "mkfs.jffs"
default y
depends on BR2_PACKAGE_MTD
config BR2_PACKAGE_MTD_NANDDUMP
bool "nanddump"
default y
depends on BR2_PACKAGE_MTD
config BR2_PACKAGE_MTD_NANDWRITE
bool "nandwrite"
default y
depends on BR2_PACKAGE_MTD
config BR2_PACKAGE_MTD_MTD_DEBUG
bool "mtd_debug"
default y
depends on BR2_PACKAGE_MTD
config BR2_PACKAGE_MTD_DOCFDISK
bool "docfdisk"
default y
depends on BR2_PACKAGE_MTD
config BR2_PACKAGE_MTD_DOC_LOADBIOS
bool "doc_loadbios"
default y
depends on BR2_PACKAGE_MTD