1option('tests', type: 'feature', description: 'Build tests')
2
3option('uboot-env', type: 'boolean',
4       description: 'Update u-boot env for MAC changes')
5option('default-link-local-autoconf', type: 'boolean',
6       description: 'Enable link local autoconfiguration by default')
7option('default-ipv6-accept-ra', type: 'boolean',
8       description: 'Accept router advertisements by default')
9option('nic-ethtool', type: 'boolean',
10       description: 'Enable ethtool information lookup')
11option('sync-mac', type: 'boolean',
12       description: 'Sync mac address with phosphor-inventory-manager')
13option('hyp-nw-config', type : 'boolean',
14       description : 'ibm-oem: Enable the hypervisor network manager')
15option('persist-mac', type: 'boolean',
16       description: 'Permit the MAC address to be written to the systemd.network config')
17