mb/starlabs/starlite_adl: Disable the card reader by default

As the card reader isn't on a dedicated USB interface for all variants
for the StarLite, default to disable to ensure that an unused USB port
isn't enabled.

Change-Id: I2176fd6556797e468012c98f7e482b9573b5e3f7
Signed-off-by: Sean Rhodes <sean@starlabs.systems>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/91496
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Matt DeVillier <matt.devillier@gmail.com>
This commit is contained in:
Sean Rhodes 2026-02-17 08:55:51 +00:00
commit 19df8826d7

View file

@ -37,7 +37,7 @@ static const struct sm_object card_reader = SM_DECLARE_BOOL({
.opt_name = "card_reader",
.ui_name = "Card Reader",
.ui_helptext = "Enable or disable the built-in card reader",
.default_value = true,
.default_value = !CONFIG(BOARD_STARLABS_LITE_ADL),
}, WITH_CALLBACK(cfr_card_reader_update));
static const struct sm_object display_native_res = SM_DECLARE_BOOL({