From 74558813c020cafb9c10894881795b67d4dfb6c8 Mon Sep 17 00:00:00 2001 From: Subrata Banik Date: Thu, 25 Jan 2018 11:41:04 +0530 Subject: drivers/intel/fsp2_0: Unbind UDK2015 Kconfig from FSP2.0 driver Now SOC code can select the require UDK support package for any platform going forward with FSP2.0 model. Change-Id: Ie6d1b9133892c59210a659ef0ad4b59ebf9f1e45 Signed-off-by: Subrata Banik Reviewed-on: https://review.coreboot.org/23426 Tested-by: build bot (Jenkins) Reviewed-by: Aaron Durbin --- src/drivers/intel/fsp2_0/Kconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/drivers/intel/fsp2_0') diff --git a/src/drivers/intel/fsp2_0/Kconfig b/src/drivers/intel/fsp2_0/Kconfig index 864b3a1a2d..7f3d165547 100644 --- a/src/drivers/intel/fsp2_0/Kconfig +++ b/src/drivers/intel/fsp2_0/Kconfig @@ -1,7 +1,7 @@ # # This file is part of the coreboot project. # -# Copyright (C) 2015-2016 Intel Corp. +# Copyright (C) 2015-2018 Intel Corp. # # 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 @@ -15,7 +15,7 @@ config PLATFORM_USES_FSP2_0 bool - select UDK_2015_BINDING + default n help Include FSP 2.0 wrappers and functionality -- cgit v1.2.3