Hung-Te Lin submitted this change.

View Change

Approvals: build bot (Jenkins): Verified Martin Roth: Looks good to me, approved
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 <jrosenth@chromium.org>
Change-Id: I10917b76ff6c2a9d5a97d5c7dfa9e8925cd8c8a4
Reviewed-on: https://review.coreboot.org/c/coreboot/+/48676
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Martin Roth <martinroth@google.com>
---
M src/northbridge/amd/pi/Kconfig
M src/soc/intel/common/basecode/Kconfig
2 files changed, 0 insertions(+), 8 deletions(-)

diff --git a/src/northbridge/amd/pi/Kconfig b/src/northbridge/amd/pi/Kconfig
index 833afae..15e685b 100644
--- a/src/northbridge/amd/pi/Kconfig
+++ b/src/northbridge/amd/pi/Kconfig
@@ -29,7 +29,6 @@

source "src/northbridge/amd/pi/00630F01/Kconfig"
source "src/northbridge/amd/pi/00730F01/Kconfig"
-source "src/northbridge/amd/pi/00660F01/Kconfig"

config HW_MEM_HOLE_SIZEK
hex
diff --git a/src/soc/intel/common/basecode/Kconfig b/src/soc/intel/common/basecode/Kconfig
index 1c93244..9e0f788 100644
--- a/src/soc/intel/common/basecode/Kconfig
+++ b/src/soc/intel/common/basecode/Kconfig
@@ -2,10 +2,3 @@
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

To view, visit change 48676. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I10917b76ff6c2a9d5a97d5c7dfa9e8925cd8c8a4
Gerrit-Change-Number: 48676
Gerrit-PatchSet: 3
Gerrit-Owner: Jack Rosenthal <jrosenth@chromium.org>
Gerrit-Reviewer: Hung-Te Lin <hungte@chromium.org>
Gerrit-Reviewer: Martin Roth <martinroth@google.com>
Gerrit-Reviewer: Nico Huber <nico.h@gmx.de>
Gerrit-Reviewer: Patrick Georgi <pgeorgi@google.com>
Gerrit-Reviewer: Patrick Rudolph <siro@das-labor.org>
Gerrit-Reviewer: build bot (Jenkins) <no-reply@coreboot.org>
Gerrit-CC: Paul Menzel <paulepanter@users.sourceforge.net>
Gerrit-MessageType: merged