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
mb/system76/cml-u/dt: Make use of chipset devicetree
[coreboot.git]
/
src
/
soc
/
intel
/
common
/
block
/
Kconfig
blob
af6975cc2605af495e0733288fc9c5b214a4ce1b
1
## SPDX-License-Identifier: GPL-2.0-only
2
3
config SOC_INTEL_COMMON_BLOCK
4
bool
5
help
6
SoC driver for intel common IP code
7
8
if SOC_INTEL_COMMON_BLOCK
9
10
source "src/soc/intel/common/block/*/Kconfig"
11
12
endif