From ceae968e2cc3d9318c70e34a5424080f9f345eea Mon Sep 17 00:00:00 2001 From: Martin Roth Date: Sun, 26 Apr 2015 11:53:40 -0600 Subject: 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 Reviewed-on: http://review.coreboot.org/9998 Tested-by: build bot (Jenkins) Reviewed-by: Stefan Reinauer --- src/vendorcode/Kconfig | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 src/vendorcode/Kconfig (limited to 'src/vendorcode') diff --git a/src/vendorcode/Kconfig b/src/vendorcode/Kconfig deleted file mode 100644 index 9b6e5d4cab..0000000000 --- a/src/vendorcode/Kconfig +++ /dev/null @@ -1,3 +0,0 @@ -source src/vendorcode/amd/Kconfig -source src/vendorcode/google/Kconfig -source src/vendorcode/intel/Kconfig -- cgit v1.2.3