]> rtime.felk.cvut.cz Git - coffee/buildroot.git/blob - package/mtd/Config.in
mtd: add options to build flash_otp_unlock and flash_otp_write
[coffee/buildroot.git] / package / mtd / Config.in
1 config BR2_PACKAGE_MTD
2         bool "mtd/jffs2 utilities"
3         help
4           Build mtd/jffs utilities
5
6 if BR2_PACKAGE_MTD
7 comment "MTD tools selection"
8
9 config BR2_PACKAGE_MTD_DOCFDISK
10         bool "docfdisk"
11
12 config BR2_PACKAGE_MTD_DOC_LOADBIOS
13         bool "doc_loadbios"
14
15 config BR2_PACKAGE_MTD_FLASHCP
16         bool "flashcp"
17         default y
18
19 config BR2_PACKAGE_MTD_FLASH_ERASE
20         bool "flash_erase"
21         default y
22
23 config BR2_PACKAGE_MTD_FLASH_LOCK
24         bool "flash_lock"
25         default y
26
27 config BR2_PACKAGE_MTD_FLASH_OTP_DUMP
28         bool "flash_otp_dump"
29
30 config BR2_PACKAGE_MTD_FLASH_OTP_INFO
31         bool "flash_otp_info"
32
33 config BR2_PACKAGE_MTD_FLASH_OTP_LOCK
34         bool "flash_otp_lock"
35
36 config BR2_PACKAGE_MTD_FLASH_OTP_WRITE
37         bool "flash_otp_write"
38
39 config BR2_PACKAGE_MTD_FLASH_UNLOCK
40         bool "flash_unlock"
41         default y
42
43 config BR2_PACKAGE_MTD_FTL_CHECK
44         bool "ftl_check"
45
46 config BR2_PACKAGE_MTD_FTL_FORMAT
47         bool "ftl_format"
48
49 config BR2_PACKAGE_MTD_JFFS2DUMP
50         bool "jffs2dump"
51
52 config BR2_PACKAGE_MTD_MKFSJFFS2
53         bool "mkfs.jffs2"
54         select BR2_PACKAGE_ZLIB
55         select BR2_PACKAGE_LZO
56
57 config BR2_PACKAGE_MTD_MTD_DEBUG
58         bool "mtd_debug"
59         default y
60
61 config BR2_PACKAGE_MTD_NANDDUMP
62         bool "nanddump"
63         default y
64
65 config BR2_PACKAGE_MTD_NANDTEST
66         bool "nandtest"
67         default y
68
69 config BR2_PACKAGE_MTD_NANDWRITE
70         bool "nandwrite"
71         default y
72
73 config BR2_PACKAGE_MTD_NFTLDUMP
74         bool "nftldump"
75
76 config BR2_PACKAGE_MTD_NFTL_FORMAT
77         bool "nftl_format"
78
79 config BR2_PACKAGE_MTD_RECV_IMAGE
80         depends on BR2_INET_IPV6
81         bool "recv_image"
82
83 comment "recv_image requires a toolchain with IPv6 support"
84         depends on !BR2_INET_IPV6
85
86 config BR2_PACKAGE_MTD_RFDDUMP
87         bool "rfddump"
88
89 config BR2_PACKAGE_MTD_RFDFORMAT
90         bool "rfdformat"
91
92 config BR2_PACKAGE_MTD_SERVE_IMAGE
93         bool "serve_image"
94
95 config BR2_PACKAGE_MTD_SUMTOOL
96         bool "sumtool"
97
98 config BR2_PACKAGE_MTD_MTDINFO
99         bool "mtdinfo"
100         default y
101
102 config BR2_PACKAGE_MTD_UBIATTACH
103         bool "ubiattach"
104         default y
105
106 config BR2_PACKAGE_MTD_UBICRC32
107         bool "ubicrc32"
108         default y
109
110 config BR2_PACKAGE_MTD_UBIDETACH
111         bool "ubidetach"
112         default y
113
114 config BR2_PACKAGE_MTD_UBIFORMAT
115         bool "ubiformat"
116         default y
117
118 config BR2_PACKAGE_MTD_UBIMKVOL
119         bool "ubimkvol"
120         default y
121
122 config BR2_PACKAGE_MTD_UBINFO
123         bool "ubinfo"
124         default y
125
126 config BR2_PACKAGE_MTD_UBINIZE
127         bool "ubinize"
128         default y
129
130 config BR2_PACKAGE_MTD_UBIRENAME
131         bool "ubirename"
132         default y
133
134 config BR2_PACKAGE_MTD_UBIRMVOL
135         bool "ubirmvol"
136         default y
137
138 config BR2_PACKAGE_MTD_UBIRSVOL
139         bool "ubirsvol"
140         default y
141
142 config BR2_PACKAGE_MTD_UBIUPDATEVOL
143         bool "ubiupdatevol"
144         default y
145
146 endif
147