repo.or.cz
/
coreboot.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
soc/intel/xeon_sp/cpx: Fix PCU device IDs
[coreboot.git]
/
util
/
coreboot-configurator
/
meson_options.txt
blob
2dedd740242a0f8559eabce42c99cfa1195f89db
1
## SPDX-License-Identifier: GPL-2.0-only
2
3
option('sizes',
4
type: 'array',
5
choices: ['24', '48', '96', '16', '32', '64', '128', '256', '512'],
6
description: 'Choose icon size(s)',
7
)
8
9
option('mock',
10
type : 'boolean',
11
value : false
12
)