| Jagpal Singh Gill | fa4a787 | 2025-05-20 16:18:06 -0700 | [diff] [blame] | 1 | option( |
| 2 | 'modbus-rtu', | ||||
| 3 | type: 'feature', | ||||
| 4 | value: 'enabled', | ||||
| 5 | description: 'Enable modbus RTU.', | ||||
| 6 | ) | ||||
| 7 | |||||
| Jagpal Singh Gill | 2168bbd | 2025-10-22 19:48:59 -0700 | [diff] [blame] | 8 | option( |
| 9 | 'mocked-test-device', | ||||
| 10 | type: 'feature', | ||||
| 11 | value: 'enabled', | ||||
| 12 | description: 'Build mocked modbus devuce.', | ||||
| 13 | ) | ||||
| 14 | |||||
| 15 | option('tests', type: 'feature', description: 'Build tests.') | ||||