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 <sean@starlabs.systems>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/89810
Reviewed-by: Matt DeVillier <matt.devillier@gmail.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
Sean Rhodes 2025-10-29 21:26:46 +00:00
commit abf630c96b

View file

@ -41,6 +41,7 @@ static struct sm_obj_form devices = {
.ui_name = "Devices",
.obj_list = (const struct sm_object *[]) {
&gna,
&wireless,
NULL
},
};