6653464f16cc7520ba8750af622dd13fe8c96624
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / mtd / Config.in
1 config BR2_PACKAGE_MTD
2         bool "mtd, jffs2 and ubi/ubifs tools"
3         help
4           Build mtd, jffs2 and ubi/ubifs tools
5
6           http://www.linux-mtd.infradead.org/
7
8 if BR2_PACKAGE_MTD
9 comment "MTD tools selection"
10
11 config BR2_PACKAGE_MTD_DOCFDISK
12         bool "docfdisk"
13
14 config BR2_PACKAGE_MTD_DOC_LOADBIOS
15         bool "doc_loadbios"
16
17 config BR2_PACKAGE_MTD_FLASHCP
18         bool "flashcp"
19         default y
20
21 config BR2_PACKAGE_MTD_FLASH_ERASE
22         bool "flash_erase"
23         default y
24
25 config BR2_PACKAGE_MTD_FLASH_LOCK
26         bool "flash_lock"
27         default y
28
29 config BR2_PACKAGE_MTD_FLASH_OTP_DUMP
30         bool "flash_otp_dump"
31
32 config BR2_PACKAGE_MTD_FLASH_OTP_INFO
33         bool "flash_otp_info"
34
35 config BR2_PACKAGE_MTD_FLASH_OTP_LOCK
36         bool "flash_otp_lock"
37
38 config BR2_PACKAGE_MTD_FLASH_OTP_WRITE
39         bool "flash_otp_write"
40
41 config BR2_PACKAGE_MTD_FLASH_UNLOCK
42         bool "flash_unlock"
43         default y
44
45 config BR2_PACKAGE_MTD_FTL_CHECK
46         bool "ftl_check"
47
48 config BR2_PACKAGE_MTD_FTL_FORMAT
49         bool "ftl_format"
50
51 config BR2_PACKAGE_MTD_JFFS2DUMP
52         bool "jffs2dump"
53
54 config BR2_PACKAGE_MTD_MKFSJFFS2
55         bool "mkfs.jffs2"
56         select BR2_PACKAGE_ZLIB
57         select BR2_PACKAGE_LZO
58
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
65         depends on BR2_USE_WCHAR # util-linux
66
67 comment "mkfs.ubifs needs a toolchain w/ wchar"
68         depends on !BR2_USE_WCHAR
69
70 config BR2_PACKAGE_MTD_MTD_DEBUG
71         bool "mtd_debug"
72         default y
73
74 config BR2_PACKAGE_MTD_NANDDUMP
75         bool "nanddump"
76         default y
77
78 config BR2_PACKAGE_MTD_NANDTEST
79         bool "nandtest"
80         default y
81
82 config BR2_PACKAGE_MTD_NANDWRITE
83         bool "nandwrite"
84         default y
85
86 config BR2_PACKAGE_MTD_NFTLDUMP
87         bool "nftldump"
88
89 config BR2_PACKAGE_MTD_NFTL_FORMAT
90         bool "nftl_format"
91
92 config BR2_PACKAGE_MTD_RECV_IMAGE
93         bool "recv_image"
94
95 config BR2_PACKAGE_MTD_RFDDUMP
96         bool "rfddump"
97
98 config BR2_PACKAGE_MTD_RFDFORMAT
99         bool "rfdformat"
100
101 config BR2_PACKAGE_MTD_SERVE_IMAGE
102         bool "serve_image"
103
104 config BR2_PACKAGE_MTD_SUMTOOL
105         bool "sumtool"
106
107 config BR2_PACKAGE_MTD_MTDINFO
108         bool "mtdinfo"
109         default y
110
111 config BR2_PACKAGE_MTD_UBIATTACH
112         bool "ubiattach"
113         default y
114
115 config BR2_PACKAGE_MTD_UBICRC32
116         bool "ubicrc32"
117         default y
118
119 config BR2_PACKAGE_MTD_UBIDETACH
120         bool "ubidetach"
121         default y
122
123 config BR2_PACKAGE_MTD_UBIFORMAT
124         bool "ubiformat"
125         default y
126
127 config BR2_PACKAGE_MTD_UBIMKVOL
128         bool "ubimkvol"
129         default y
130
131 config BR2_PACKAGE_MTD_UBINFO
132         bool "ubinfo"
133         default y
134
135 config BR2_PACKAGE_MTD_UBINIZE
136         bool "ubinize"
137         default y
138
139 config BR2_PACKAGE_MTD_UBIRENAME
140         bool "ubirename"
141         default y
142
143 config BR2_PACKAGE_MTD_UBIRMVOL
144         bool "ubirmvol"
145         default y
146
147 config BR2_PACKAGE_MTD_UBIRSVOL
148         bool "ubirsvol"
149         default y
150
151 config BR2_PACKAGE_MTD_UBIUPDATEVOL
152         bool "ubiupdatevol"
153         default y
154
155 config BR2_PACKAGE_MTD_UBIBLOCK
156         bool "ubiblock"
157         default y
158
159 endif