0180e43f3d
Expand the scope of 'common/basecode' directory to keep common non-IP code block (like acpi, power limit). Signed-off-by: Subrata Banik <subrata.banik@intel.com> Change-Id: I7a2778704016b501eb20382d4603295cec8375d5 Reviewed-on: https://review.coreboot.org/c/coreboot/+/45522 Reviewed-by: Furquan Shaikh <furquan@google.com> Reviewed-by: Michael Niewöhner <foss@mniewoehner.de> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
11 lines
245 B
Text
11 lines
245 B
Text
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
|