aboutsummaryrefslogtreecommitdiff
path: root/src/soc/intel
diff options
context:
space:
mode:
Diffstat (limited to 'src/soc/intel')
-rw-r--r--src/soc/intel/alderlake/Kconfig5
-rw-r--r--src/soc/intel/apollolake/Kconfig4
-rw-r--r--src/soc/intel/cannonlake/Kconfig4
-rw-r--r--src/soc/intel/elkhartlake/Kconfig4
-rw-r--r--src/soc/intel/jasperlake/Kconfig4
-rw-r--r--src/soc/intel/meteorlake/Kconfig5
-rw-r--r--src/soc/intel/skylake/Kconfig4
-rw-r--r--src/soc/intel/tigerlake/Kconfig4
-rw-r--r--src/soc/intel/xeon_sp/Kconfig4
-rw-r--r--src/soc/intel/xeon_sp/cpx/Kconfig4
-rw-r--r--src/soc/intel/xeon_sp/skx/Kconfig4
-rw-r--r--src/soc/intel/xeon_sp/spr/Kconfig4
12 files changed, 0 insertions, 50 deletions
diff --git a/src/soc/intel/alderlake/Kconfig b/src/soc/intel/alderlake/Kconfig
index 82ec8f263e..4b960c1d22 100644
--- a/src/soc/intel/alderlake/Kconfig
+++ b/src/soc/intel/alderlake/Kconfig
@@ -215,11 +215,6 @@ config IED_REGION_SIZE
hex
default 0x400000
-config HEAP_SIZE
- hex
- default 0x80000 if BMP_LOGO
- default 0x10000
-
config GFX_GMA_DEFAULT_MMIO
default 0xaf000000 if MAINBOARD_HAS_EARLY_LIBGFXINIT
diff --git a/src/soc/intel/apollolake/Kconfig b/src/soc/intel/apollolake/Kconfig
index bce935d800..78ec2987ce 100644
--- a/src/soc/intel/apollolake/Kconfig
+++ b/src/soc/intel/apollolake/Kconfig
@@ -252,10 +252,6 @@ config IFWI_FILE_NAME
help
Name of file to store in the IFWI region.
-config HEAP_SIZE
- hex
- default 0x8000
-
config MAX_ROOT_PORTS
int
default 6
diff --git a/src/soc/intel/cannonlake/Kconfig b/src/soc/intel/cannonlake/Kconfig
index 80237f9810..a42a3c365b 100644
--- a/src/soc/intel/cannonlake/Kconfig
+++ b/src/soc/intel/cannonlake/Kconfig
@@ -160,10 +160,6 @@ config IED_REGION_SIZE
hex
default 0x400000
-config HEAP_SIZE
- hex
- default 0x8000
-
config NHLT_DMIC_1CH_16B
bool
depends on ACPI_NHLT
diff --git a/src/soc/intel/elkhartlake/Kconfig b/src/soc/intel/elkhartlake/Kconfig
index 7f1c767379..3361c0ddb9 100644
--- a/src/soc/intel/elkhartlake/Kconfig
+++ b/src/soc/intel/elkhartlake/Kconfig
@@ -104,10 +104,6 @@ config IED_REGION_SIZE
hex
default 0x0
-config HEAP_SIZE
- hex
- default 0x8000
-
config MAX_ROOT_PORTS
int
default 7
diff --git a/src/soc/intel/jasperlake/Kconfig b/src/soc/intel/jasperlake/Kconfig
index ff5def3263..3d84991e09 100644
--- a/src/soc/intel/jasperlake/Kconfig
+++ b/src/soc/intel/jasperlake/Kconfig
@@ -106,10 +106,6 @@ config IED_REGION_SIZE
hex
default 0x400000
-config HEAP_SIZE
- hex
- default 0x8000
-
config MAX_ROOT_PORTS
int
default 8
diff --git a/src/soc/intel/meteorlake/Kconfig b/src/soc/intel/meteorlake/Kconfig
index 48030a1911..590e8b80e1 100644
--- a/src/soc/intel/meteorlake/Kconfig
+++ b/src/soc/intel/meteorlake/Kconfig
@@ -197,11 +197,6 @@ config IED_REGION_SIZE
hex
default 0x400000
-config HEAP_SIZE
- hex
- default 0x80000 if BMP_LOGO
- default 0x10000
-
# Intel recommends reserving the PCIe TBT root port resources as below:
# - 42 buses
# - 194 MiB Non-prefetchable memory
diff --git a/src/soc/intel/skylake/Kconfig b/src/soc/intel/skylake/Kconfig
index d6a11363ee..e0df501460 100644
--- a/src/soc/intel/skylake/Kconfig
+++ b/src/soc/intel/skylake/Kconfig
@@ -151,10 +151,6 @@ config EXCLUDE_NATIVE_SD_INTERFACE
help
If you set this option to n, will not use native SD controller.
-config HEAP_SIZE
- hex
- default 0x80000
-
config IED_REGION_SIZE
hex
default 0x400000
diff --git a/src/soc/intel/tigerlake/Kconfig b/src/soc/intel/tigerlake/Kconfig
index 0a4b7bfdb8..c07a0d8365 100644
--- a/src/soc/intel/tigerlake/Kconfig
+++ b/src/soc/intel/tigerlake/Kconfig
@@ -152,10 +152,6 @@ config IED_REGION_SIZE
config INTEL_TME
default n
-config HEAP_SIZE
- hex
- default 0x10000
-
config MAX_ROOT_PORTS
int
default 24 if SOC_INTEL_TIGERLAKE_PCH_H
diff --git a/src/soc/intel/xeon_sp/Kconfig b/src/soc/intel/xeon_sp/Kconfig
index 63ced01067..e63bee5451 100644
--- a/src/soc/intel/xeon_sp/Kconfig
+++ b/src/soc/intel/xeon_sp/Kconfig
@@ -91,10 +91,6 @@ config ECAM_MMCONF_BASE_ADDRESS
config ECAM_MMCONF_BUS_NUMBER
default 256
-config HEAP_SIZE
- hex
- default 0x80000
-
config HPET_MIN_TICKS
hex
default 0x80
diff --git a/src/soc/intel/xeon_sp/cpx/Kconfig b/src/soc/intel/xeon_sp/cpx/Kconfig
index f54f7716b6..ac166c3038 100644
--- a/src/soc/intel/xeon_sp/cpx/Kconfig
+++ b/src/soc/intel/xeon_sp/cpx/Kconfig
@@ -71,10 +71,6 @@ config CPU_MICROCODE_CBFS_LEN
hex
default 0x7C00
-config HEAP_SIZE
- hex
- default 0x80000
-
config STACK_SIZE
hex
default 0x4000
diff --git a/src/soc/intel/xeon_sp/skx/Kconfig b/src/soc/intel/xeon_sp/skx/Kconfig
index c2c3d4e2e8..5d843878e1 100644
--- a/src/soc/intel/xeon_sp/skx/Kconfig
+++ b/src/soc/intel/xeon_sp/skx/Kconfig
@@ -55,10 +55,6 @@ config CPU_MICROCODE_CBFS_LEN
hex
default 0x7C00
-config HEAP_SIZE
- hex
- default 0x80000
-
config IED_REGION_SIZE
hex
default 0x400000
diff --git a/src/soc/intel/xeon_sp/spr/Kconfig b/src/soc/intel/xeon_sp/spr/Kconfig
index b1c4c783b7..43b87ade14 100644
--- a/src/soc/intel/xeon_sp/spr/Kconfig
+++ b/src/soc/intel/xeon_sp/spr/Kconfig
@@ -79,10 +79,6 @@ config CPU_MICROCODE_CBFS_LEN
hex
default 0x8c00
-config HEAP_SIZE
- hex
- default 0x80000
-
config STACK_SIZE
hex
default 0x4000