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:
parent
a58d99575e
commit
abf630c96b
1 changed files with 1 additions and 0 deletions
|
|
@ -41,6 +41,7 @@ static struct sm_obj_form devices = {
|
|||
.ui_name = "Devices",
|
||||
.obj_list = (const struct sm_object *[]) {
|
||||
&gna,
|
||||
&wireless,
|
||||
NULL
|
||||
},
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue