From c2eea0c96c6ea050396ab82049517afb0f6d87cc Mon Sep 17 00:00:00 2001 From: Sean Rhodes Date: Thu, 26 Feb 2026 21:38:06 +0000 Subject: [PATCH] mainboard/starlabs/adl: add Bluetooth RTD3 CFR option Expose the existing bluetooth_rtd3 CFR option on ADL boards. BUG=None TEST=BUILD_TIMELESS=1 build BOARD_STARLABS_ADL_HORIZON Signed-off-by: Sean Rhodes Change-Id: I2d2f0abe6f9230f3744d3d7e100eda923b0aabc6 Reviewed-on: https://review.coreboot.org/c/coreboot/+/91447 Tested-by: build bot (Jenkins) Reviewed-by: Matt DeVillier --- src/mainboard/starlabs/adl/cfr.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/mainboard/starlabs/adl/cfr.c b/src/mainboard/starlabs/adl/cfr.c index 634f945f6e..43d064f90f 100644 --- a/src/mainboard/starlabs/adl/cfr.c +++ b/src/mainboard/starlabs/adl/cfr.c @@ -113,6 +113,7 @@ static struct sm_obj_form wireless_group = { .ui_name = "Wireless", .obj_list = (const struct sm_object *[]) { &bluetooth, + &bluetooth_rtd3, &wifi, NULL },