aboutsummaryrefslogtreecommitdiff
path: root/src/soc/intel/common/basecode/Kconfig
blob: 68aea156718a2bb783146e1233984f91a1b601e6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
config SOC_INTEL_COMMON_BASECODE
	bool
	help
	  Common coreboot stages for Intel platform

if SOC_INTEL_COMMON_BASECODE

comment "Intel platform Common coreboot stage files"
source "src/soc/intel/common/basecode/*/Kconfig"
source "src/soc/intel/common/basecode/*/*/Kconfig"

endif