mainboard/starlabs/adl: drop redundant ASPM CFR guard

All Star Labs ADL boards select SOC_INTEL_COMMON_BLOCK_ASPM, so the
additional preprocessor guard in the PCIe CFR form is redundant.

Signed-off-by: Sean Rhodes <sean@starlabs.systems>
Change-Id: Id7cd4911666c02f88a9c1c5f074ac996744be23d
Reviewed-on: https://review.coreboot.org/c/coreboot/+/91459
Reviewed-by: Matt DeVillier <matt.devillier@gmail.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
Sean Rhodes 2026-02-27 21:56:53 +00:00
commit ffad2454c4

View file

@ -88,11 +88,9 @@ static struct sm_obj_form pcie_power_management_group = {
.ui_name = "PCIe Power Management",
.obj_list =
(const struct sm_object *[]){
#if CONFIG(SOC_INTEL_COMMON_BLOCK_ASPM)
&pciexp_aspm,
&pciexp_clk_pm,
&pciexp_l1ss,
#endif
NULL, },
};