blob: af85c422fc94da337049d4fdd2bef32837b864ba (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
## SPDX-License-Identifier: GPL-2.0-only
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
|