blob: 5b3883cebecbd4e0b64a192a8b2c86fc804afcba [file] [log] [blame]
option(
'arch',
type : 'combo',
value: 'x86',
choices: ['x86', 'x86_64', 'amd64', 'arm', 'arm64'],
description: 'The target architecture.',
)
option(
'use_cros_config',
type: 'boolean',
value: 'false',
description: 'If set to true, cros_config will be used',
)
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(
'cros_config_data_src',
type: 'string',
description: 'cros_config_data source file',
)
option(
'platform_intf',
type: 'string',
description: 'If set to a non-empty string, compile for just this platform.',
)