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>
This commit is contained in:
parent
d3799d3326
commit
ada7fd6fe9
|
@ -2,6 +2,7 @@
|
||||||
## This file is part of the coreboot project.
|
## This file is part of the coreboot project.
|
||||||
##
|
##
|
||||||
## Copyright (C) 2014 Sage Electronic Engineering, LLC.
|
## 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
|
## 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
|
## 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
|
Display the user specified product data prior to memory
|
||||||
initialization.
|
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
|
config USE_GENERIC_FSP_CAR_INC
|
||||||
bool
|
bool
|
||||||
default n
|
default n
|
||||||
|
|
Loading…
Reference in New Issue