| Brad Bishop | b445991 | 2019-11-05 19:39:11 -0500 | [diff] [blame] | 1 | option( |
| 2 | 'tests', type: 'feature', description: 'Build tests.', | ||||
| 3 | ) | ||||
| Brad Bishop | 92daaaa | 2020-01-20 15:45:01 -0500 | [diff] [blame] | 4 | option( |
| 5 | 'fru-device', type: 'boolean', description: 'Build fru-device.', | ||||
| 6 | ) | ||||
| Andrei Kartashev | 6b3d4c5 | 2020-08-10 19:24:17 +0300 | [diff] [blame] | 7 | option( |
| 8 | 'fru-device-resizefru', value : false, type: 'boolean', description: 'Allow FruDevice to resize FRU areas.', | ||||
| 9 | ) | ||||