diff options
Diffstat (limited to 'src/soc/intel/alderlake/Kconfig')
-rw-r--r-- | src/soc/intel/alderlake/Kconfig | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/src/soc/intel/alderlake/Kconfig b/src/soc/intel/alderlake/Kconfig index 1e16b42bcb..e2116c787e 100644 --- a/src/soc/intel/alderlake/Kconfig +++ b/src/soc/intel/alderlake/Kconfig @@ -148,11 +148,7 @@ config HEAP_SIZE # - 42 buses # - 194 MiB Non-prefetchable memory # - 448 MiB Prefetchable memory -config ADL_ENABLE_USB4_PCIE_RESOURCES - def_bool n - select PCIEXP_HOTPLUG - -if ADL_ENABLE_USB4_PCIE_RESOURCES +if SOC_INTEL_ENABLE_USB4_PCIE_RESOURCES config PCIEXP_HOTPLUG_BUSES int @@ -166,7 +162,7 @@ config PCIEXP_HOTPLUG_PREFETCH_MEM hex default 0x1c000000 -endif # ADL_ENABLE_USB4_PCIE_RESOURCES +endif # SOC_INTEL_ENABLE_USB4_PCIE_RESOURCES config MAX_PCH_ROOT_PORTS int |