diff options
author | Frans Hendriks <fhendriks@eltan.com> | 2018-10-29 14:05:39 +0100 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2018-11-22 14:53:15 +0000 |
commit | ada7fd6fe9f5e79b53742dec20bbed6c14badf6d (patch) | |
tree | 6da837e465ac1db98e007cf7d6a87d851978a199 /src | |
parent | d3799d3326ff6bb8f0ec6c6b5a6afa072be87013 (diff) |
src/drivers/intel/fsp1_1/Kconfig: Remove unused FSP_USES_UPD
CONFIG_FSP_USES_UPD is not used by FSP 1.1.
Remove this config from this file.
BUG=N/A
TEST=Intel CherryHill CRB
Change-Id: If922b6cb2d39b10f6657b4d80e54b226d1386c76
Signed-off-by: Frans Hendriks <fhendriks@eltan.com>
Reviewed-on: https://review.coreboot.org/c/29328
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Huang Jin <huang.jin@intel.com>
Diffstat (limited to 'src')
-rw-r--r-- | src/drivers/intel/fsp1_1/Kconfig | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/src/drivers/intel/fsp1_1/Kconfig b/src/drivers/intel/fsp1_1/Kconfig index 13de66ce5d..69fa8df7fe 100644 --- a/src/drivers/intel/fsp1_1/Kconfig +++ b/src/drivers/intel/fsp1_1/Kconfig @@ -2,6 +2,7 @@ ## This file is part of the coreboot project. ## ## Copyright (C) 2014 Sage Electronic Engineering, LLC. +## Copyright (C) 2018 Eltan B.V. ## ## 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 @@ -78,13 +79,6 @@ config DISPLAY_UPD_DATA Display the user specified product data prior to memory initialization. -config FSP_USES_UPD - bool - default n - help - If this FSP uses UPD/VPD data regions, select this in the chipset - Kconfig. - config USE_GENERIC_FSP_CAR_INC bool default n |