Platform configuration options for driver framework support.
| Field | Type | Description | Default |
|---|---|---|---|
test_fuzzing_config |
TestFuzzingConfig |
Fuzzing configuration used for testing. | |
enabled_devicetree_nodes |
vector |
The list of devicetree nodes to enable even if their status is disabled. List of absolute devicetree node paths (always starting with `"/"` and separated by `"/"`). | |
eager_drivers |
vector |
The list of driver components to load eagerly. Eager drivers are those that are forced to be non-fallback drivers, even if their manifest indicates they should be fallback. | |
disabled_drivers |
vector |
The list of drivers to disable. These drivers are skipped when encountered during the driver loading process. |