From 2a4a56efcc82bc196784c57f86eb58fa5664d87f Mon Sep 17 00:00:00 2001 From: Sean Rhodes Date: Fri, 2 Feb 2024 15:47:06 +0000 Subject: mb/starlabs/starbook: Add options to disable USB devices Add options to disable the card reader and fingerprint reader. Change-Id: Iee985aa2db3da5c2d393b8dc2dc722e990c43272 Signed-off-by: Sean Rhodes Reviewed-on: https://review.coreboot.org/c/coreboot/+/84631 Reviewed-by: Maxim Tested-by: build bot (Jenkins) --- src/mainboard/starlabs/starbook/cmos.default | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/mainboard/starlabs/starbook/cmos.default') diff --git a/src/mainboard/starlabs/starbook/cmos.default b/src/mainboard/starlabs/starbook/cmos.default index 6f44bdbcd1..b4ae84cc7d 100644 --- a/src/mainboard/starlabs/starbook/cmos.default +++ b/src/mainboard/starlabs/starbook/cmos.default @@ -15,6 +15,8 @@ webcam=Enable microphone=Enable legacy_8254_timer=Disable pci_hot_plug=Disable +fingerprint_reader=Enable +card_reader=Enable # EC kbl_timeout=30 seconds fn_ctrl_swap=Disable -- cgit v1.2.3