diff options
author | Stefan Reinauer <stefan.reinauer@coreboot.org> | 2015-04-04 01:58:28 +0200 |
---|---|---|
committer | Stefan Reinauer <stefan.reinauer@coreboot.org> | 2015-04-07 17:40:28 +0200 |
commit | a48ca841a2f2a24d53cc47d54453d60d15cbfadc (patch) | |
tree | ba0e44280eac0dc1ae546922251720e26c500791 /src/southbridge | |
parent | f34ea5f6609c23db33b6a6b7c31c67c6214efae4 (diff) |
kconfig: drop intermittend forwarder files
With kconfig understanding wildcards, we don't need
Kconfig files that just include other Kconfig files
anymore.
Change-Id: I7584e675f78fcb4ff1fdb0731e340533c5bc040d
Signed-off-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
Reviewed-on: http://review.coreboot.org/9298
Tested-by: build bot (Jenkins)
Reviewed-by: Ronald G. Minnich <rminnich@gmail.com>
Diffstat (limited to 'src/southbridge')
-rw-r--r-- | src/southbridge/Kconfig | 10 | ||||
-rw-r--r-- | src/southbridge/amd/Kconfig | 15 | ||||
-rw-r--r-- | src/southbridge/broadcom/Kconfig | 3 | ||||
-rw-r--r-- | src/southbridge/dmp/Kconfig | 20 | ||||
-rw-r--r-- | src/southbridge/intel/Kconfig | 18 | ||||
-rw-r--r-- | src/southbridge/nvidia/Kconfig | 2 | ||||
-rw-r--r-- | src/southbridge/rdc/Kconfig | 1 | ||||
-rw-r--r-- | src/southbridge/ricoh/Kconfig | 1 | ||||
-rw-r--r-- | src/southbridge/sis/Kconfig | 1 | ||||
-rw-r--r-- | src/southbridge/ti/Kconfig | 22 | ||||
-rw-r--r-- | src/southbridge/via/Kconfig | 2 |
11 files changed, 0 insertions, 95 deletions
diff --git a/src/southbridge/Kconfig b/src/southbridge/Kconfig deleted file mode 100644 index 84b5f8dc48..0000000000 --- a/src/southbridge/Kconfig +++ /dev/null @@ -1,10 +0,0 @@ -source src/southbridge/amd/Kconfig -source src/southbridge/broadcom/Kconfig -source src/southbridge/dmp/Kconfig -source src/southbridge/intel/Kconfig -source src/southbridge/nvidia/Kconfig -source src/southbridge/rdc/Kconfig -source src/southbridge/ricoh/Kconfig -source src/southbridge/sis/Kconfig -source src/southbridge/ti/Kconfig -source src/southbridge/via/Kconfig diff --git a/src/southbridge/amd/Kconfig b/src/southbridge/amd/Kconfig deleted file mode 100644 index feb9006a03..0000000000 --- a/src/southbridge/amd/Kconfig +++ /dev/null @@ -1,15 +0,0 @@ -source src/southbridge/amd/amd8111/Kconfig -source src/southbridge/amd/amd8131/Kconfig -source src/southbridge/amd/cs5536/Kconfig -source src/southbridge/amd/amd8132/Kconfig -source src/southbridge/amd/amd8151/Kconfig -source src/southbridge/amd/cs5535/Kconfig -source src/southbridge/amd/rs690/Kconfig -source src/southbridge/amd/sb600/Kconfig -source src/southbridge/amd/rs780/Kconfig -source src/southbridge/amd/sb700/Kconfig -source src/southbridge/amd/sb800/Kconfig -source src/southbridge/amd/cimx/Kconfig -source src/southbridge/amd/agesa/Kconfig -source src/southbridge/amd/pi/Kconfig -source src/southbridge/amd/sr5650/Kconfig diff --git a/src/southbridge/broadcom/Kconfig b/src/southbridge/broadcom/Kconfig deleted file mode 100644 index 38ff222a08..0000000000 --- a/src/southbridge/broadcom/Kconfig +++ /dev/null @@ -1,3 +0,0 @@ -source src/southbridge/broadcom/bcm21000/Kconfig -source src/southbridge/broadcom/bcm5780/Kconfig -source src/southbridge/broadcom/bcm5785/Kconfig diff --git a/src/southbridge/dmp/Kconfig b/src/southbridge/dmp/Kconfig deleted file mode 100644 index 1c5b8c79dc..0000000000 --- a/src/southbridge/dmp/Kconfig +++ /dev/null @@ -1,20 +0,0 @@ -## -## This file is part of the coreboot project. -## -## Copyright (C) 2013 DMP Electronics Inc. -## -## This program is free software; you can redistribute it and/or modify -## it under the terms of the GNU General Public License as published by -## the Free Software Foundation; version 2 of the License. -## -## This program is distributed in the hope that it will be useful, -## but WITHOUT ANY WARRANTY; without even the implied warranty of -## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -## GNU General Public License for more details. -## -## You should have received a copy of the GNU General Public License -## along with this program; if not, write to the Free Software -## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA -## - -source src/southbridge/dmp/vortex86ex/Kconfig diff --git a/src/southbridge/intel/Kconfig b/src/southbridge/intel/Kconfig deleted file mode 100644 index 426ac0bb9d..0000000000 --- a/src/southbridge/intel/Kconfig +++ /dev/null @@ -1,18 +0,0 @@ -source src/southbridge/intel/common/Kconfig -source src/southbridge/intel/esb6300/Kconfig -source src/southbridge/intel/i3100/Kconfig -source src/southbridge/intel/i82371eb/Kconfig -source src/southbridge/intel/i82801ax/Kconfig -source src/southbridge/intel/i82801bx/Kconfig -source src/southbridge/intel/i82801cx/Kconfig -source src/southbridge/intel/i82801dx/Kconfig -source src/southbridge/intel/i82801ex/Kconfig -source src/southbridge/intel/i82801gx/Kconfig -source src/southbridge/intel/i82801ix/Kconfig -source src/southbridge/intel/i82870/Kconfig -source src/southbridge/intel/sch/Kconfig -source src/southbridge/intel/bd82x6x/Kconfig -source src/southbridge/intel/ibexpeak/Kconfig -source src/southbridge/intel/lynxpoint/Kconfig -source src/southbridge/intel/fsp_bd82x6x/Kconfig -source src/southbridge/intel/fsp_rangeley/Kconfig diff --git a/src/southbridge/nvidia/Kconfig b/src/southbridge/nvidia/Kconfig deleted file mode 100644 index 59fc8ed6a6..0000000000 --- a/src/southbridge/nvidia/Kconfig +++ /dev/null @@ -1,2 +0,0 @@ -source src/southbridge/nvidia/ck804/Kconfig -source src/southbridge/nvidia/mcp55/Kconfig diff --git a/src/southbridge/rdc/Kconfig b/src/southbridge/rdc/Kconfig deleted file mode 100644 index 50ef4755c2..0000000000 --- a/src/southbridge/rdc/Kconfig +++ /dev/null @@ -1 +0,0 @@ -source src/southbridge/rdc/r8610/Kconfig diff --git a/src/southbridge/ricoh/Kconfig b/src/southbridge/ricoh/Kconfig deleted file mode 100644 index 2d25e9e2d6..0000000000 --- a/src/southbridge/ricoh/Kconfig +++ /dev/null @@ -1 +0,0 @@ -source src/southbridge/ricoh/rl5c476/Kconfig diff --git a/src/southbridge/sis/Kconfig b/src/southbridge/sis/Kconfig deleted file mode 100644 index 4d113841e2..0000000000 --- a/src/southbridge/sis/Kconfig +++ /dev/null @@ -1 +0,0 @@ -source src/southbridge/sis/sis966/Kconfig diff --git a/src/southbridge/ti/Kconfig b/src/southbridge/ti/Kconfig deleted file mode 100644 index 7092685098..0000000000 --- a/src/southbridge/ti/Kconfig +++ /dev/null @@ -1,22 +0,0 @@ -## -## This file is part of the coreboot project. -## -## Copyright (C) 2008-2009 coresystems GmbH -## -## This program is free software; you can redistribute it and/or modify -## it under the terms of the GNU General Public License as published by -## the Free Software Foundation; version 2 of the License. -## -## This program is distributed in the hope that it will be useful, -## but WITHOUT ANY WARRANTY; without even the implied warranty of -## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -## GNU General Public License for more details. -## -## You should have received a copy of the GNU General Public License -## along with this program; if not, write to the Free Software -## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA -## - -source src/southbridge/ti/pci7420/Kconfig -source src/southbridge/ti/pcixx12/Kconfig -source src/southbridge/ti/pci1x2x/Kconfig diff --git a/src/southbridge/via/Kconfig b/src/southbridge/via/Kconfig deleted file mode 100644 index 75a1395e8a..0000000000 --- a/src/southbridge/via/Kconfig +++ /dev/null @@ -1,2 +0,0 @@ -source src/southbridge/via/k8t890/Kconfig -source src/southbridge/via/vt8237r/Kconfig |