summaryrefslogtreecommitdiff
path: root/src/soc
diff options
context:
space:
mode:
Diffstat (limited to 'src/soc')
-rw-r--r--src/soc/intel/alderlake/Kconfig6
-rw-r--r--src/soc/intel/meteorlake/Kconfig6
-rw-r--r--src/soc/intel/pantherlake/Kconfig6
3 files changed, 0 insertions, 18 deletions
diff --git a/src/soc/intel/alderlake/Kconfig b/src/soc/intel/alderlake/Kconfig
index c1cc993efb..2c441fc398 100644
--- a/src/soc/intel/alderlake/Kconfig
+++ b/src/soc/intel/alderlake/Kconfig
@@ -493,12 +493,6 @@ config SI_DESC_REGION_SZ
help
Size of Descriptor Region in the FMAP
-config BUILDING_WITH_DEBUG_FSP
- bool "Debug FSP is used for the build"
- default n
- help
- Set this option if debug build of FSP is used.
-
config INTEL_GMA_BCLV_OFFSET
default 0xc8258
diff --git a/src/soc/intel/meteorlake/Kconfig b/src/soc/intel/meteorlake/Kconfig
index 753af7cb67..b5c0bcf3cc 100644
--- a/src/soc/intel/meteorlake/Kconfig
+++ b/src/soc/intel/meteorlake/Kconfig
@@ -380,12 +380,6 @@ config SOC_INTEL_GFX_FRAMEBUFFER_OFFSET
hex
default 0x800000
-config BUILDING_WITH_DEBUG_FSP
- bool "Debug FSP is used for the build"
- default n
- help
- Set this option if debug build of FSP is used.
-
config DROP_CPU_FEATURE_PROGRAM_IN_FSP
bool
default y if MP_SERVICES_PPI_V2_NOOP || CHROMEOS
diff --git a/src/soc/intel/pantherlake/Kconfig b/src/soc/intel/pantherlake/Kconfig
index e5f7c9201e..98248fe955 100644
--- a/src/soc/intel/pantherlake/Kconfig
+++ b/src/soc/intel/pantherlake/Kconfig
@@ -242,10 +242,4 @@ config MRC_CHANNEL_WIDTH
int
default 16
-config BUILDING_WITH_DEBUG_FSP
- bool "Debug FSP is used for the build"
- default n
- help
- Set this option if debug build of FSP is used.
-
endif