xref: /openbmc/phosphor-modbus/meson.options (revision 2168bbd050af3c68d820f96054a939dda02688c6)
1fa4a7876SJagpal Singh Gilloption(
2fa4a7876SJagpal Singh Gill    'modbus-rtu',
3fa4a7876SJagpal Singh Gill    type: 'feature',
4fa4a7876SJagpal Singh Gill    value: 'enabled',
5fa4a7876SJagpal Singh Gill    description: 'Enable modbus RTU.',
6fa4a7876SJagpal Singh Gill)
7fa4a7876SJagpal Singh Gill
8*2168bbd0SJagpal Singh Gilloption(
9*2168bbd0SJagpal Singh Gill    'mocked-test-device',
10*2168bbd0SJagpal Singh Gill    type: 'feature',
11*2168bbd0SJagpal Singh Gill    value: 'enabled',
12*2168bbd0SJagpal Singh Gill    description: 'Build mocked modbus devuce.',
13*2168bbd0SJagpal Singh Gill)
14*2168bbd0SJagpal Singh Gill
15*2168bbd0SJagpal Singh Gilloption('tests', type: 'feature', description: 'Build tests.')
16