blob: 1c93244573ef61c9184e0665a9536efd7e73b80e (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
config SOC_INTEL_COMMON_BASECODE
bool
help
Common coreboot stages and non-IP block for Intel platform
if SOC_INTEL_COMMON_BASECODE
source "src/soc/intel/common/basecode/*/Kconfig"
source "src/soc/intel/common/basecode/*/*/Kconfig"
endif
|