From abf630c96bd644180625b8599ca125a91cf7448f Mon Sep 17 00:00:00 2001 From: Sean Rhodes Date: Wed, 29 Oct 2025 21:26:46 +0000 Subject: [PATCH] mb/starlabs/byte_adl: Add wireless CFR object Add the wireless CFR object to allow users to disable or enable the built-in wireless. Change-Id: I8f48bf30429d64980d15d33f9e26164e806c520c Signed-off-by: Sean Rhodes Reviewed-on: https://review.coreboot.org/c/coreboot/+/89810 Reviewed-by: Matt DeVillier Tested-by: build bot (Jenkins) --- src/mainboard/starlabs/byte_adl/cfr.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/mainboard/starlabs/byte_adl/cfr.c b/src/mainboard/starlabs/byte_adl/cfr.c index 30b44971e7..e3b37adf1d 100644 --- a/src/mainboard/starlabs/byte_adl/cfr.c +++ b/src/mainboard/starlabs/byte_adl/cfr.c @@ -41,6 +41,7 @@ static struct sm_obj_form devices = { .ui_name = "Devices", .obj_list = (const struct sm_object *[]) { &gna, + &wireless, NULL }, };