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>
This commit is contained in:
parent
f34ea5f660
commit
a48ca841a2
47 changed files with 53 additions and 350 deletions
|
|
@ -1,7 +0,0 @@
|
|||
source src/soc/imgtec/Kconfig
|
||||
source src/soc/intel/Kconfig
|
||||
source src/soc/nvidia/Kconfig
|
||||
source src/soc/qualcomm/Kconfig
|
||||
source src/soc/rockchip/Kconfig
|
||||
source src/soc/samsung/Kconfig
|
||||
source src/soc/ucb/Kconfig
|
||||
|
|
@ -1 +0,0 @@
|
|||
source src/soc/imgtec/pistachio/Kconfig
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
source src/soc/intel/baytrail/Kconfig
|
||||
source src/soc/intel/broadwell/Kconfig
|
||||
source src/soc/intel/fsp_baytrail/Kconfig
|
||||
source src/soc/intel/common/Kconfig
|
||||
|
|
@ -1,2 +0,0 @@
|
|||
source src/soc/nvidia/tegra124/Kconfig
|
||||
source src/soc/nvidia/tegra132/Kconfig
|
||||
|
|
@ -1,9 +0,0 @@
|
|||
source src/soc/qualcomm/ipq806x/Kconfig
|
||||
|
||||
config CBFS_SIZE
|
||||
hex "Size of CBFS filesystem in ROM"
|
||||
default ROM_SIZE
|
||||
help
|
||||
CBFS size needs to match the size of memory allocated to the
|
||||
coreboot blob elsewhere in the system. Make sure this config option
|
||||
is fine tuned in the board config file.
|
||||
|
|
@ -13,6 +13,14 @@ config SOC_QC_IPQ806X
|
|||
|
||||
if SOC_QC_IPQ806X
|
||||
|
||||
config CBFS_SIZE
|
||||
hex "Size of CBFS filesystem in ROM"
|
||||
default ROM_SIZE
|
||||
help
|
||||
CBFS size needs to match the size of memory allocated to the
|
||||
coreboot blob elsewhere in the system. Make sure this config option
|
||||
is fine tuned in the board config file.
|
||||
|
||||
config BOOTBLOCK_ROM_OFFSET
|
||||
hex
|
||||
default 0x0
|
||||
|
|
|
|||
|
|
@ -1,20 +0,0 @@
|
|||
##
|
||||
## This file is part of the coreboot project.
|
||||
##
|
||||
## Copyright 2014 Rockchip 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/soc/rockchip/rk3288/Kconfig
|
||||
|
|
@ -1,2 +0,0 @@
|
|||
source src/soc/samsung/exynos5250/Kconfig
|
||||
source src/soc/samsung/exynos5420/Kconfig
|
||||
|
|
@ -1 +0,0 @@
|
|||
source src/soc/ucb/riscv/Kconfig
|
||||
Loading…
Add table
Add a link
Reference in a new issue