summaryrefslogtreecommitdiff
path: root/src/cpu/intel/Kconfig
diff options
context:
space:
mode:
authorMartin Roth <gaumless@gmail.com>2015-04-26 11:53:40 -0600
committerMartin Roth <gaumless@gmail.com>2015-04-28 20:49:12 +0200
commitceae968e2cc3d9318c70e34a5424080f9f345eea (patch)
treefa50828e0c55abc2e0e37a15493af3939d9803d3 /src/cpu/intel/Kconfig
parente2edf71204ca8bab4ade1da0bef216efa72f69e4 (diff)
downloadcoreboot-ceae968e2cc3d9318c70e34a5424080f9f345eea.tar.xz
Fix some minor Kconfig issues
- Remove Kconfig files that are no longer used: src/vencorcode/Kconfig src/soc/marvell/Kconfig - Fix the drivers/sil/Kconfig to point to drivers/sil/3114 which had the same code. - Make sure all Kconfig files have linefeeds at the end. This can cause problems, although it wasn't in this case. - Include cpu/intel/model_65x/Kconfig which was not being included. Change-Id: Ia57a1e0433e302fa9be557525dc966cae57059c9 Signed-off-by: Martin Roth <gaumless@gmail.com> Reviewed-on: http://review.coreboot.org/9998 Tested-by: build bot (Jenkins) Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
Diffstat (limited to 'src/cpu/intel/Kconfig')
-rw-r--r--src/cpu/intel/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cpu/intel/Kconfig b/src/cpu/intel/Kconfig
index de76e3ed72..b388c50f29 100644
--- a/src/cpu/intel/Kconfig
+++ b/src/cpu/intel/Kconfig
@@ -1,5 +1,6 @@
# CPU models
source src/cpu/intel/model_6xx/Kconfig
+source src/cpu/intel/model_65x/Kconfig
source src/cpu/intel/model_67x/Kconfig
source src/cpu/intel/model_68x/Kconfig
source src/cpu/intel/model_69x/Kconfig