soc/intel/xeon_sp/cpx: Fix PCU device IDs
[coreboot.git] / util / coreboot-configurator / meson_options.txt
blob2dedd740242a0f8559eabce42c99cfa1195f89db
1 ## SPDX-License-Identifier: GPL-2.0-only
3 option('sizes',
4         type: 'array',
5         choices: ['24', '48', '96', '16', '32', '64', '128', '256', '512'],
6         description: 'Choose icon size(s)',
9 option('mock',
10         type : 'boolean',
11         value : false