summaryrefslogtreecommitdiffstats
path: root/src/soc/intel/common/basecode
diff options
context:
space:
mode:
authorSubrata Banik <subrata.banik@intel.com>2020-09-18 14:42:03 +0530
committerSubrata Banik <subrata.banik@intel.com>2020-09-21 16:16:46 +0000
commit0180e43f3d7ecc17091a80d3892ecb06e6707efc (patch)
treee14d282fc88ae29fcc6fd761c0bf0ffd5683404a /src/soc/intel/common/basecode
parent2854f40668f37c09c5afa5e7ac670adfaacb44b4 (diff)
downloadcoreboot-0180e43f3d7ecc17091a80d3892ecb06e6707efc.tar.gz
coreboot-0180e43f3d7ecc17091a80d3892ecb06e6707efc.tar.bz2
coreboot-0180e43f3d7ecc17091a80d3892ecb06e6707efc.zip
soc/intel/common: Keep common non-IP code block inside basecode
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>
Diffstat (limited to 'src/soc/intel/common/basecode')
-rw-r--r--src/soc/intel/common/basecode/Kconfig3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/soc/intel/common/basecode/Kconfig b/src/soc/intel/common/basecode/Kconfig
index 68aea156718a..1c93244573ef 100644
--- a/src/soc/intel/common/basecode/Kconfig
+++ b/src/soc/intel/common/basecode/Kconfig
@@ -1,11 +1,10 @@
config SOC_INTEL_COMMON_BASECODE
bool
help
- Common coreboot stages for Intel platform
+ Common coreboot stages and non-IP block 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"