summaryrefslogtreecommitdiffstats
path: root/spec/acfg/opt/applprerequisitedrivers.yml
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2020-04-20 07:26:15 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2020-04-21 17:37:21 +0200
commit71d8b3c08ae2baacf410abe33da475de3db644da (patch)
tree948b4b4da73ede172430cb4d6f647687461ffc12 /spec/acfg/opt/applprerequisitedrivers.yml
parentEnable branch coverage (diff)
downloadrtems-central-71d8b3c08ae2baacf410abe33da475de3db644da.tar.bz2
Remove Doorstop specifics
Diffstat (limited to 'spec/acfg/opt/applprerequisitedrivers.yml')
-rw-r--r--spec/acfg/opt/applprerequisitedrivers.yml30
1 files changed, 30 insertions, 0 deletions
diff --git a/spec/acfg/opt/applprerequisitedrivers.yml b/spec/acfg/opt/applprerequisitedrivers.yml
new file mode 100644
index 00000000..1b6da928
--- /dev/null
+++ b/spec/acfg/opt/applprerequisitedrivers.yml
@@ -0,0 +1,30 @@
+SPDX-License-Identifier: CC-BY-SA-4.0
+appl-config-option-constraint:
+ custom:
+ - |
+ The value of this configuration option shall be a list of initializers for
+ structures of type :c:type:`rtems_driver_address_table`.
+appl-config-option-default-value: |
+ The default value is the empty list.
+appl-config-option-description: |
+ The value of this configuration option is used to initialize the Device
+ Driver Table.
+appl-config-option-index: []
+appl-config-option-name: CONFIGURE_APPLICATION_PREREQUISITE_DRIVERS
+appl-config-option-notes: |
+ The value of this configuration option is placed after the entries defined by
+ :ref:`CONFIGURE_BSP_PREREQUISITE_DRIVERS` and before all other device driver
+ configuration options.
+
+ See :ref:`CONFIGURE_APPLICATION_EXTRA_DRIVERS` for an alternative placement
+ of application device driver initializers.
+appl-config-option-type: initializer
+copyrights:
+- Copyright (C) 1988, 2008 On-Line Applications Research Corporation (OAR)
+enabled-by: []
+interface-type: appl-config-option
+links:
+- role: null
+ uid: ../devdrv
+text: ''
+type: interface