diff options
author | Elyes Haouas <ehaouas@noos.fr> | 2023-07-22 10:01:36 +0200 |
---|---|---|
committer | Elyes Haouas <ehaouas@noos.fr> | 2023-08-03 18:26:28 +0000 |
commit | ef959b72bc7937faa12afa73851eaf3b19e04bed (patch) | |
tree | 9aa91bc3399c775ebf0428385053dbf939b5bdcc /src/soc | |
parent | 24548e4c5647ff88c47881e5a18df2249c0a2a1d (diff) |
soc/intel/xeon_sp/Kconfig: Remove useless USE_FSP2_0_DRIVER
Change-Id: Ic384ee804e217ba79f7e191f122ec61565abfc40
Signed-off-by: Elyes Haouas <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/76697
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Martin L Roth <gaumless@gmail.com>
Diffstat (limited to 'src/soc')
-rw-r--r-- | src/soc/intel/xeon_sp/Kconfig | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/soc/intel/xeon_sp/Kconfig b/src/soc/intel/xeon_sp/Kconfig index f6bfd42333..24f749a02b 100644 --- a/src/soc/intel/xeon_sp/Kconfig +++ b/src/soc/intel/xeon_sp/Kconfig @@ -75,10 +75,6 @@ config CPU_SPECIFIC_OPTIONS config MAINBOARD_USES_FSP2_0 bool default y - -config USE_FSP2_0_DRIVER - def_bool y - depends on MAINBOARD_USES_FSP2_0 select PLATFORM_USES_FSP2_0 select UDK_202005_BINDING select POSTCAR_STAGE |