summaryrefslogtreecommitdiff
path: root/src/soc/intel/common/basecode/Kconfig
blob: 97309854cf41f5a4f6e33c11999272baf2d9bf0a (plain)
1
2
3
4
5
6
7
8
9
10
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"

endif