blob: 3dcc6ee6fed108223bc0f82455c1fa638cc9d541 [file] [log] [blame]
Andrew Jefferyd0a85562023-04-18 06:22:39 +09301option('udev', type: 'feature', description: 'Install console udev rules')
Patrick Williamsa1f911a2025-02-01 08:37:47 -05002option(
3 'concurrent-servers',
4 type: 'boolean',
5 value: false,
6 description: 'Support multiple concurrent obmc-console instances',
7)
8option(
9 'ssh',
10 type: 'feature',
11 description: 'Support obmc-console-ssh and obmc-console-ssh-socket',
12)
Andrew Jefferyd0a85562023-04-18 06:22:39 +093013option('tests', type: 'boolean', description: 'Enable the test suite')