summaryrefslogtreecommitdiff
path: root/spec/acfg/opt/maxdrivers.yml
blob: 55df779129f3af7b60730ec323d3d9c95243633f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
appl-config-option-type: integer
constraints:
  max: '``SIZE_MAX``'
  texts:
  - |
    It shall be greater than or equal than the number of statically configured
    device drivers.
copyrights:
- Copyright (C) 1988, 2008 On-Line Applications Research Corporation (OAR)
default-value: |
  This is computed by default, and is set to the number of device drivers
  configured using the ``CONFIGURE_APPLICATIONS_NEEDS_XXX_DRIVER``
  configuration options.
description: |
  The value of this configuration option defines the number of device drivers.
enabled-by: true
index-entries: []
interface-type: appl-config-option
links:
- role: appl-config-group-member
  uid: ../devdrv
- role: constraint
  uid: constraintmemsz
name: CONFIGURE_MAXIMUM_DRIVERS
notes: |
  If the application will dynamically install device drivers, then this
  configuration parameter shall be larger than the number of statically
  configured device drivers. Drivers configured using the
  ``CONFIGURE_APPLICATIONS_NEEDS_XXX_DRIVER`` configuration options are
  statically installed.
text: ''
type: interface