Lines Matching refs:MB
140 bool "1 MB"
142 bool "2 MB"
144 bool "4 MB"
146 bool "8 MB"
148 bool "16 MB"
150 bool "32 MB"
152 bool "64 MB"
154 bool "128 MB"
159 default "1MB" if ESPTOOLPY_FLASHSIZE_1MB
160 default "2MB" if ESPTOOLPY_FLASHSIZE_2MB
161 default "4MB" if ESPTOOLPY_FLASHSIZE_4MB
162 default "8MB" if ESPTOOLPY_FLASHSIZE_8MB
163 default "16MB" if ESPTOOLPY_FLASHSIZE_16MB
164 default "32MB" if ESPTOOLPY_FLASHSIZE_32MB
165 default "64MB" if ESPTOOLPY_FLASHSIZE_64MB
166 default "128MB" if ESPTOOLPY_FLASHSIZE_128MB