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/drivers/sil/3114/Kconfig | 2 -- src/drivers/sil/Kconfig | 9 +-------- src/drivers/xgi/Kconfig | 2 +- 3 files changed, 2 insertions(+), 11 deletions(-) (limited to 'src/drivers') diff --git a/src/drivers/sil/3114/Kconfig b/src/drivers/sil/3114/Kconfig index a14515c008..25bb202490 100644 --- a/src/drivers/sil/3114/Kconfig +++ b/src/drivers/sil/3114/Kconfig @@ -4,5 +4,3 @@ config DRIVERS_SIL_3114 help It sets PCI class to IDE compatible native mode, allowing SeaBIOS, FILO etc... to boot from it. - - diff --git a/src/drivers/sil/Kconfig b/src/drivers/sil/Kconfig index a14515c008..69f53d9557 100644 --- a/src/drivers/sil/Kconfig +++ b/src/drivers/sil/Kconfig @@ -1,8 +1 @@ -config DRIVERS_SIL_3114 - bool "Silicon Image SIL3114" - default n - help - It sets PCI class to IDE compatible native mode, allowing - SeaBIOS, FILO etc... to boot from it. - - +source "src/drivers/sil/3114/Kconfig" diff --git a/src/drivers/xgi/Kconfig b/src/drivers/xgi/Kconfig index 3e083d6e0c..dea25ea32e 100644 --- a/src/drivers/xgi/Kconfig +++ b/src/drivers/xgi/Kconfig @@ -1,2 +1,2 @@ source src/drivers/xgi/common/Kconfig -source src/drivers/xgi/z9s/Kconfig \ No newline at end of file +source src/drivers/xgi/z9s/Kconfig -- cgit v1.2.3