blob: 9c86d29362c9b09b5649f2f8c6bcb0d8fea6d7f1 [file] [log] [blame]
option(
'arch',
type : 'combo',
value: 'x86',
choices: ['x86', 'x86_64', 'amd64', 'arm', 'arm64'],
description: 'The target architecture.',
)
option(
'unibuild',
type: 'boolean',
value: 'false',
description: 'Set to true if compiling for a unibuild device',
)
option(
'use_vpd_file_cache',
type: 'boolean',
value: 'false',
description: 'If set to true, enable usage of the legacy vpd_get_value command to read VPD values. Otherwise, read from sysfs.',
)
option(
'platform_intf',
type: 'string',
description: 'If set to a non-empty string, compile for just this platform.',
)