You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/src/extensions/all-extensions.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -90,7 +90,7 @@ This section describes all official Denix extensions.
90
90
| Name | Default Value | Description |
91
91
| - | - | - |
92
92
|`enable`|`true`| Whether to create an enum option `type` in the host submodule |
93
-
|`generateIsType`|`true`| Whether to generate a boolean option for each value in `hosts.type.types`, formatted as `"is{Type}"`. Also creates `"isPC"`, with a value of `isDesktop || isLaptop` |
93
+
|`generateIsType`|`true`| Whether to generate a boolean option for each value in `hosts.type.types`, formatted as `"is{Type}"`. Also creates `"isPC"`, with a value of `isDesktop \|\| isLaptop`|
94
94
|`types`|`["desktop" "laptop" "server"]`| All allowed values for the `type` option in the host submodule. Note: to append to the list rather than overwrite it, use: `types = prev.types ++ ["newType"];`|
0 commit comments