From 32ed65611d796d507dd004d9a2d97d38b3c2ce7e Mon Sep 17 00:00:00 2001 From: Jack Rosenthal Date: Wed, 16 Dec 2020 13:35:46 -0700 Subject: kconfig: remove non-existent source src/northbridge/amd/pi/00660F01/Kconfig does not exist. Remove the source statement. Also, no kconfig files under src/soc/intel/common/basecode/. Clean that up. Signed-off-by: Jack Rosenthal Change-Id: I10917b76ff6c2a9d5a97d5c7dfa9e8925cd8c8a4 Reviewed-on: https://review.coreboot.org/c/coreboot/+/48676 Tested-by: build bot (Jenkins) Reviewed-by: Martin Roth --- src/soc/intel/common/basecode/Kconfig | 7 ------- 1 file changed, 7 deletions(-) (limited to 'src/soc') diff --git a/src/soc/intel/common/basecode/Kconfig b/src/soc/intel/common/basecode/Kconfig index 1c93244573ef..9e0f788eb414 100644 --- a/src/soc/intel/common/basecode/Kconfig +++ b/src/soc/intel/common/basecode/Kconfig @@ -2,10 +2,3 @@ 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 -- cgit v1.2.3