summaryrefslogtreecommitdiffstats
path: root/spec/acfg/opt/RTEMS-ACFG-OPT-APPLEXTRADRIVERS.yml
diff options
context:
space:
mode:
Diffstat (limited to 'spec/acfg/opt/RTEMS-ACFG-OPT-APPLEXTRADRIVERS.yml')
-rw-r--r--spec/acfg/opt/RTEMS-ACFG-OPT-APPLEXTRADRIVERS.yml24
1 files changed, 14 insertions, 10 deletions
diff --git a/spec/acfg/opt/RTEMS-ACFG-OPT-APPLEXTRADRIVERS.yml b/spec/acfg/opt/RTEMS-ACFG-OPT-APPLEXTRADRIVERS.yml
index b66f2074..85df8c60 100644
--- a/spec/acfg/opt/RTEMS-ACFG-OPT-APPLEXTRADRIVERS.yml
+++ b/spec/acfg/opt/RTEMS-ACFG-OPT-APPLEXTRADRIVERS.yml
@@ -1,20 +1,24 @@
SPDX-License-Identifier: CC-BY-SA-4.0
active: true
-appl-config-option-data-type: |
- device driver entry structures
+appl-config-option-type: initializer
appl-config-option-default-value: |
- This is not defined by default.
+ The default value is the empty list.
appl-config-option-description: |
- ``CONFIGURE_APPLICATION_EXTRA_DRIVERS`` is defined if the application has
- device drivers it needs to include in the Device Driver Table. This should
- be defined to the set of device driver entries that will be placed in the
- table at the *END* of the Device Driver Table.
+ The value of this configuration option is used to initialize the Device
+ Driver Table.
appl-config-option-index: []
appl-config-option-name: CONFIGURE_APPLICATION_EXTRA_DRIVERS
appl-config-option-notes: |
- None.
-appl-config-option-range: |
- Undefined or set of device driver entry structures
+ The value of this configuration option is placed after the entries of other
+ device driver configuration options.
+
+ See :ref:`CONFIGURE_APPLICATION_PREREQUISITE_DRIVERS` for an alternative
+ placement of application device driver initializers.
+appl-config-option-constraint:
+ custom:
+ - |
+ The value of this configuration option must be a list of initializers for
+ structures of type :c:type:`rtems_driver_address_table`.
copyrights:
- Copyright (C) 1988, 2008 On-Line Applications Research Corporation (OAR)
derived: false