blob: eee0609bc14e6347606c057f88d86fa0254364bd [file] [log] [blame]
Jagpal Singh Gillfa4a7872025-05-20 16:18:06 -07001option(
2 'modbus-rtu',
3 type: 'feature',
4 value: 'enabled',
5 description: 'Enable modbus RTU.',
6)
7
Jagpal Singh Gill2168bbd2025-10-22 19:48:59 -07008option(
9 'mocked-test-device',
10 type: 'feature',
11 value: 'enabled',
12 description: 'Build mocked modbus devuce.',
13)
14
15option('tests', type: 'feature', description: 'Build tests.')