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/ptl: Update ME specification version to 21
[coreboot.git]
/
src
/
soc
/
qualcomm
/
common
/
Kconfig
blob
e0efc9a9871035cd8e15f98cd8f263f4368bcca6
1
## SPDX-License-Identifier: GPL-2.0-only
2
3
config SOC_QUALCOMM_COMMON
4
bool
5
default n
6
help
7
Selected by platforms that use the common code.
8
9
if SOC_QUALCOMM_COMMON
10
11
config QC_SDI_ENABLE
12
bool
13
default n
14
prompt "Debug Build: enable SDI"
15
16
endif