1 # Categories ![alt text](images/StarLabs_Logo.png "Star Labs Systems")
3 CMOS values should be added to [categories.yaml](src/application/categories.yaml].
5 This allows `coreboot-configurator` to display them in a relavant tab, with a nice
6 name and help text. Without this, they will still be visible in the **Raw** tab.
8 An example entry is below:
11 displayName: Processor
13 displayName: Intel Management Engine
15 help: Enable or disable the Intel Management Engine
18 To explain the options:
20 **tabgroup**: <- This is the reference to the tab group
21 displayName: **Hello World** <- This is the name of the group that the user
23 **setting_1**: <- This is the value that should match the CMOS
25 displayName: **Hi World** <- This is the name of the option that the user
27 type: **bool** <- Valid type are: bool (checkbox) and enum
29 help: **Greet the World** <- Help text that is displayed when hovering on the