| option( |
| 'erase_min_geometry', |
| type: 'integer', |
| min: 0, |
| max: 18446744073709551615, |
| value: 10, |
| description: 'The min size allowed in bytes, used by the geometry check', |
| ) |
| option( |
| 'erase_max_geometry', |
| type: 'integer', |
| min: 0, |
| max: 18446744073709551615, |
| value: 5368709120, |
| description: 'the max size allowed in bytes, used by the geometry check', |
| ) |
| option( |
| 'highspeed_parts', |
| type: 'array', |
| value: [], |
| description: 'A list of part number to enable Highspeed Timing modes for the MMC', |
| ) |
| option('tests', type: 'feature', value: 'enabled', description: 'Build tests') |