xref: /aosp_15_r20/external/coreboot/util/coreboot-configurator/src/application/qrc/categories.yaml (revision b9411a12aaaa7e1e6a6fb7c5e057f44ee179a49c)
1  processor:
2    displayName: Processor
3    hyper_threading:
4      displayName: Hyper-Threading
5      type: bool
6      help: Enable or disable Hyper-Threading
7    vtd:
8      displayName: Intel VT-d
9      type: bool
10      help: Enable or disable Intel VT-d (virtualisation)
11    power_profile:
12      displayName: Power Profile
13      type: enum
14      help: Select whether to maximise performance, battery life or both
15    me_state:
16      displayName: Intel Management Engine
17      type: bool
18      help: Enable or disable the Intel Management Engine
19
20  devices:
21    displayName: Devices
22    wireless:
23      displayName: Wireless
24      type: bool
25      help: Enable or disable the built-in wireless card
26    wlan:
27      displayName: Wireless
28      type: bool
29      help: Enable or disable the built-in wireless card
30    bluetooth:
31      displayName: Bluetooth
32      type: bool
33      help: Enable or disable the built-in bluetooth
34    wwan:
35      displayName: Mobile Network
36      type: bool
37      help: Enable or disable the built-in mobile network
38    ethernet1:
39      displayName: Ethernet 1
40      type: bool
41      help: Enable or disable the built-in Ethernet Port 1
42    ethernet2:
43      displayName: Ethernet 2
44      type: bool
45      help: Enable or disable the built-in Ethernet Port 2
46    ethernet3:
47      displayName: Ethernet 3
48      type: bool
49      help: Enable or disable the built-in Ethernet Port 3
50    webcam:
51      displayName: Webcam
52      type: bool
53      help: Enable or disable the built-in webcam
54    microphone:
55      displayName: Microphone
56      type: bool
57      help: Enable or disable the built-in microphone
58    legacy_8254_timer:
59      displayName: Legacy 8254 Timer
60      type: bool
61      help: Enable or disable the legacy 8254 timer. Enabling it increases power consumption by disabling clock gating, but increases compatibility with older Operating Systems
62    usb_always_on:
63      displayName: USB Always On
64      type: bool
65      help: Allow the USB ports to provide power to connected devices when the computer is suspended
66    touchpad:
67      displayName: Touchpad
68      type: bool
69      help: Enable or disable the built-in touchpad
70    trackpoint:
71      displayName: Trackpoint
72      type: bool
73      help: Enable or disable the built-in trackpoint
74    sata_mode:
75      displayName: SATA Mode
76      type: enum
77      help: Set the mode of the SATA controller from AHCI or Compatible
78    thunderbolt:
79      displayName: Thunderbolt
80      type: bool
81      help: Enable or disable Thunderbolt functionality
82
83  system:
84    displayName: System
85    kbl_timeout:
86      displayName: Keyboard Backlight Timeout
87      type: enum
88      help: Adjust the amount of time before the keyboard backlight turns off when un-used
89    fn_ctrl_swap:
90      displayName: Fn Ctrl Reverse
91      type: bool
92      help: Swap the functions of the [Fn] and [Ctrl] keys
93    max_charge:
94      displayName: Max Charge
95      type: enum
96      help: Set the maximum level the battery will charge to
97    fan_mode:
98      displayName: Fan Mode
99      type: enum
100      help: Adjust the fan curve to priotise performance or noise levels
101    f1_to_f12_as_primary:
102      displayName: Function Lock
103      type: bool
104      help: Make the F-keys behave as if you are holding down the Fn key
105
106  advanced:
107    displayName: Advanced
108    boot_option:
109      displayName: Boot Options
110      type: enum
111      help: Change the boot device in the event of a failed boot
112    debug_level:
113      displayName: Debug Level
114      type: enum
115      help: Set the verbosity of the debug output
116    power_on_after_fail:
117      displayName: Power on Behaviour
118      type: enum
119      help: Select whether to power on in the event of a power failure
120