summaryrefslogtreecommitdiffstats
path: root/spec/acfg/opt/applprerequisitedrivers.yml
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2020-05-26 14:20:52 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2020-05-28 10:38:23 +0200
commit92ea0a0cdeb38290478685ab40a35b5338592f4d (patch)
treed4d03e15f49d73d4555581efc51fdf07c0b85cda /spec/acfg/opt/applprerequisitedrivers.yml
parentcontent: Add and use Content.paste_and_add() (diff)
downloadrtems-central-92ea0a0cdeb38290478685ab40a35b5338592f4d.tar.bz2
Rename application configuration attributes
Diffstat (limited to 'spec/acfg/opt/applprerequisitedrivers.yml')
-rw-r--r--spec/acfg/opt/applprerequisitedrivers.yml28
1 files changed, 14 insertions, 14 deletions
diff --git a/spec/acfg/opt/applprerequisitedrivers.yml b/spec/acfg/opt/applprerequisitedrivers.yml
index 062958e5..4d54d2cf 100644
--- a/spec/acfg/opt/applprerequisitedrivers.yml
+++ b/spec/acfg/opt/applprerequisitedrivers.yml
@@ -1,30 +1,30 @@
SPDX-License-Identifier: CC-BY-SA-4.0
-appl-config-option-constraint:
+appl-config-option-type: initializer
+constraints:
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: |
+copyrights:
+- Copyright (C) 1988, 2008 On-Line Applications Research Corporation (OAR)
+default-value: |
The default value is the empty list.
-appl-config-option-description: |
+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: |
+enabled-by: true
+index-entries: []
+interface-type: appl-config-option
+links:
+- role: appl-config-group-member
+ uid: ../devdrv
+name: CONFIGURE_APPLICATION_PREREQUISITE_DRIVERS
+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: true
-interface-type: appl-config-option
-links:
-- role: appl-config-group-member
- uid: ../devdrv
text: ''
type: interface