board/csky: fixup gdb instructions in readme.txt
[buildroot-gz.git] / package / mtd / Config.in
blob2e6cdbbeb298ddd40e2c6553fad30f8c7c741664
1 config BR2_PACKAGE_MTD
2         bool "mtd, jffs2 and ubi/ubifs tools"
3         help
4           Build mtd, jffs2 and ubi/ubifs tools
6           http://www.linux-mtd.infradead.org/
8 if BR2_PACKAGE_MTD
9 comment "MTD tools selection"
11 config BR2_PACKAGE_MTD_DOCFDISK
12         bool "docfdisk"
14 config BR2_PACKAGE_MTD_DOC_LOADBIOS
15         bool "doc_loadbios"
17 config BR2_PACKAGE_MTD_FLASHCP
18         bool "flashcp"
19         default y
21 config BR2_PACKAGE_MTD_FLASH_ERASE
22         bool "flash_erase"
23         default y
25 config BR2_PACKAGE_MTD_FLASH_LOCK
26         bool "flash_lock"
27         default y
29 config BR2_PACKAGE_MTD_FLASH_OTP_DUMP
30         bool "flash_otp_dump"
32 config BR2_PACKAGE_MTD_FLASH_OTP_INFO
33         bool "flash_otp_info"
35 config BR2_PACKAGE_MTD_FLASH_OTP_LOCK
36         bool "flash_otp_lock"
38 config BR2_PACKAGE_MTD_FLASH_OTP_WRITE
39         bool "flash_otp_write"
41 config BR2_PACKAGE_MTD_FLASH_UNLOCK
42         bool "flash_unlock"
43         default y
45 config BR2_PACKAGE_MTD_FTL_CHECK
46         bool "ftl_check"
48 config BR2_PACKAGE_MTD_FTL_FORMAT
49         bool "ftl_format"
51 config BR2_PACKAGE_MTD_JFFS2DUMP
52         bool "jffs2dump"
54 config BR2_PACKAGE_MTD_MKFSJFFS2
55         bool "mkfs.jffs2"
56         select BR2_PACKAGE_ZLIB
57         select BR2_PACKAGE_LZO
59 config BR2_PACKAGE_MTD_MKFSUBIFS
60         bool "mkfs.ubifs"
61         select BR2_PACKAGE_ZLIB
62         select BR2_PACKAGE_LZO
63         select BR2_PACKAGE_UTIL_LINUX
64         select BR2_PACKAGE_UTIL_LINUX_LIBUUID
66 config BR2_PACKAGE_MTD_MTD_DEBUG
67         bool "mtd_debug"
68         default y
70 config BR2_PACKAGE_MTD_MTDPART
71         bool "mtdpart"
73 config BR2_PACKAGE_MTD_NANDDUMP
74         bool "nanddump"
75         default y
77 config BR2_PACKAGE_MTD_NANDTEST
78         bool "nandtest"
79         default y
81 config BR2_PACKAGE_MTD_NANDWRITE
82         bool "nandwrite"
83         default y
85 config BR2_PACKAGE_MTD_NFTLDUMP
86         bool "nftldump"
88 config BR2_PACKAGE_MTD_NFTL_FORMAT
89         bool "nftl_format"
91 config BR2_PACKAGE_MTD_RECV_IMAGE
92         bool "recv_image"
94 config BR2_PACKAGE_MTD_RFDDUMP
95         bool "rfddump"
97 config BR2_PACKAGE_MTD_RFDFORMAT
98         bool "rfdformat"
100 config BR2_PACKAGE_MTD_SERVE_IMAGE
101         bool "serve_image"
103 config BR2_PACKAGE_MTD_SUMTOOL
104         bool "sumtool"
106 config BR2_PACKAGE_MTD_MTDINFO
107         bool "mtdinfo"
108         default y
110 config BR2_PACKAGE_MTD_UBIATTACH
111         bool "ubiattach"
112         default y
114 config BR2_PACKAGE_MTD_UBICRC32
115         bool "ubicrc32"
116         default y
118 config BR2_PACKAGE_MTD_UBIDETACH
119         bool "ubidetach"
120         default y
122 config BR2_PACKAGE_MTD_UBIFORMAT
123         bool "ubiformat"
124         default y
126 config BR2_PACKAGE_MTD_UBIMKVOL
127         bool "ubimkvol"
128         default y
130 config BR2_PACKAGE_MTD_UBINFO
131         bool "ubinfo"
132         default y
134 config BR2_PACKAGE_MTD_UBINIZE
135         bool "ubinize"
136         default y
138 config BR2_PACKAGE_MTD_UBIRENAME
139         bool "ubirename"
140         default y
142 config BR2_PACKAGE_MTD_UBIRMVOL
143         bool "ubirmvol"
144         default y
146 config BR2_PACKAGE_MTD_UBIRSVOL
147         bool "ubirsvol"
148         default y
150 config BR2_PACKAGE_MTD_UBIUPDATEVOL
151         bool "ubiupdatevol"
152         default y
154 config BR2_PACKAGE_MTD_UBIBLOCK
155         bool "ubiblock"
156         default y
158 config BR2_PACKAGE_MTD_INTEGCK
159         bool "integck"
160         depends on BR2_USE_MMU # fork()
161         help
162           Install the integck test program.
164 endif