aboutsummaryrefslogtreecommitdiff
path: root/src/drivers
diff options
context:
space:
mode:
authorArthur Heymans <arthur@aheymans.xyz>2019-01-09 21:19:48 +0100
committerArthur Heymans <arthur@aheymans.xyz>2019-05-27 11:04:48 +0000
commit608d73e4c50334e00e7543572eeb356d7b3325f5 (patch)
tree22c95ca0eea6726d5e4ab500069e5b5842fbbf91 /src/drivers
parent16d635c82c7de67c440ef17b3e5efdc36d17bb4a (diff)
src/drivers/intel/fsp1_0: Move PLATFORM_USES_FSP1_0
drivers/intel/fsp1_0/Kconfig is a better location than cpu/x86/Kconfig. Change-Id: Ic1c86c26a66c33760484bb6a86e9763c148a7c96 Signed-off-by: Arthur Heymans <arthur@aheymans.xyz> Reviewed-on: https://review.coreboot.org/c/coreboot/+/30791 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Diffstat (limited to 'src/drivers')
-rw-r--r--src/drivers/intel/fsp1_0/Kconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/drivers/intel/fsp1_0/Kconfig b/src/drivers/intel/fsp1_0/Kconfig
index 4ce528fb77..361dd5ea85 100644
--- a/src/drivers/intel/fsp1_0/Kconfig
+++ b/src/drivers/intel/fsp1_0/Kconfig
@@ -13,6 +13,13 @@
## GNU General Public License for more details.
##
+config PLATFORM_USES_FSP1_0
+ bool
+ default n
+ help
+ Selected for Intel processors/platform combinations that use the
+ Intel Firmware Support Package (FSP) 1.0 for initialization.
+
if PLATFORM_USES_FSP1_0
comment "Intel FSP"