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/mediatek/mt8196: Initialize SSPM
[coreboot.git]
/
src
/
soc
/
intel
/
common
/
basecode
/
Kconfig
blob
af85c422fc94da337049d4fdd2bef32837b864ba
1
## SPDX-License-Identifier: GPL-2.0-only
2
3
config SOC_INTEL_COMMON_BASECODE
4
bool
5
help
6
Common coreboot stages and non-IP block for Intel platform
7
8
if SOC_INTEL_COMMON_BASECODE
9
10
source "src/soc/intel/common/basecode/*/Kconfig"
11
12
endif