summaryrefslogtreecommitdiff
path: root/spec/acfg/opt/maxdrivers.yml
blob: 9b811c56a79bd0d209b6e1bdc9a3f89f30b656c0 (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
appl-config-option-type: integer
constraints:
  custom:
  - |
    It shall be greater than or equal than the number of statically configured
    device drivers.
  links:
  - /acfg/opt/constraintmemsz
  max: '``SIZE_MAX``'
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
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