blob: 636d8cd8b72ca27f66d70618acc214094afe88f5 [file] [log] [blame]
Deepak Kodihalli77dc6982019-10-08 08:05:08 -05001option('tests', type: 'feature', description: 'Build tests', value: 'enabled')
Deepak Kodihalli3c275e12019-09-21 06:39:39 -05002option('oe-sdk', type: 'feature', description: 'Enable OE SDK')
Patrick Williams14431672021-01-12 15:31:20 -06003option('oem-ibm', type: 'feature', description: 'Enable IBM OEM PLDM')
Deepak Kodihalli9d494bb2019-11-05 01:28:43 -06004option('requester-api', type: 'feature', description: 'Enable libpldm requester API', value: 'enabled')
5option('utilities', type: 'feature', description: 'Enable debug utilities', value: 'enabled')
Lei YU31fc47e2020-02-27 11:41:45 +08006
7option('libpldm-only', type: 'feature', description: 'Only build libpldm', value: 'disabled')
Manojkiran Eda2d12c7a2021-02-11 06:40:31 +05308option('oem-ibm-dma-maxsize', type: 'integer', min:4096, max: 16773120, description: 'OEM-IBM: max DMA size', value: 8384512) #16MB - 4K
George Liu4c1a3fd2020-03-10 08:25:21 +08009option('softoff', type: 'feature', description: 'Build soft power off application', value: 'enabled')
George Liuab865f62020-03-10 09:12:52 +080010option('softoff-timeout-seconds', type: 'integer', description: 'softoff: Time to wait for host to gracefully shutdown', value: 7200)