1*54e7a51fSGeorge Liuoption(
2*54e7a51fSGeorge Liu    'tests',
3*54e7a51fSGeorge Liu    type : 'feature',
4*54e7a51fSGeorge Liu    value: 'enabled',
5*54e7a51fSGeorge Liu    description : 'Build tests'
6*54e7a51fSGeorge Liu)
7*54e7a51fSGeorge Liu
8*54e7a51fSGeorge Liuoption(
9*54e7a51fSGeorge Liu    'rmcp_ping',
10*54e7a51fSGeorge Liu    type : 'feature',
11*54e7a51fSGeorge Liu    value: 'enabled',
12*54e7a51fSGeorge Liu    description : 'Enable RMCP Ping support'
13*54e7a51fSGeorge Liu)
14*54e7a51fSGeorge Liu
15*54e7a51fSGeorge Liuoption(
16*54e7a51fSGeorge Liu    'pam_authenticate',
17*54e7a51fSGeorge Liu    type : 'feature',
18*54e7a51fSGeorge Liu    value: 'enabled',
19*54e7a51fSGeorge Liu    description : 'Enable Pam Authenticate'
20*54e7a51fSGeorge Liu)
21