summaryrefslogtreecommitdiff
path: root/src/soc/intel/Kconfig
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2019-11-21 08:04:38 +0100
committerKyösti Mälkki <kyosti.malkki@gmail.com>2019-11-21 09:01:39 +0000
commit181de282b56be4cf54118d05b319a550bc968f30 (patch)
treeb47d85b86d694f48b05873ab434c6f3d4aad9e52 /src/soc/intel/Kconfig
parent15c012181d073ff68ee8fb5635ed9bde2b4fe23d (diff)
downloadcoreboot-181de282b56be4cf54118d05b319a550bc968f30.tar.xz
Kconfig: Remove not found sources
Change-Id: I3691a4162eecbd48321348e136f72b73da74e225 Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/37078 Reviewed-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Reviewed-by: Arthur Heymans <arthur@aheymans.xyz> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/soc/intel/Kconfig')
-rw-r--r--src/soc/intel/Kconfig2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/soc/intel/Kconfig b/src/soc/intel/Kconfig
index b8befc0fd2..1eebeb61fb 100644
--- a/src/soc/intel/Kconfig
+++ b/src/soc/intel/Kconfig
@@ -5,8 +5,6 @@ source "src/soc/intel/braswell/Kconfig"
source "src/soc/intel/broadwell/Kconfig"
source "src/soc/intel/cannonlake/Kconfig"
source "src/soc/intel/denverton_ns/Kconfig"
-source "src/soc/intel/fsp_baytrail/Kconfig"
-source "src/soc/intel/fsp_broadwell_de/Kconfig"
source "src/soc/intel/quark/Kconfig"
source "src/soc/intel/skylake/Kconfig"
source "src/soc/intel/icelake/Kconfig"