summaryrefslogtreecommitdiffstats
path: root/spec/acfg/if/max-drivers.yml
blob: 244419c2f376a5a8c960adc084ae0abe3741aa7a (plain) (blame)
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
appl-config-option-type: integer
constraints:
  max: ${/c/if/size_max:/name}
  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 statically
  configured device drivers configured using the following configuration
  options:

  * ${appl-extra-drivers:/name}

  * ${appl-needs-ata-driver:/name}

  * ${appl-needs-clock-driver:/name}

  * ${appl-needs-console-driver:/name}

  * ${appl-needs-framebuffer-driver:/name}

  * ${appl-needs-ide-driver:/name}

  * ${appl-needs-libblock:/name}

  * ${appl-needs-null-driver:/name}

  * ${appl-needs-rtc-driver:/name}

  * ${appl-needs-simple-console-driver:/name}

  * ${appl-needs-simple-task-console-driver:/name}

  * ${appl-needs-stub-driver:/name}

  * ${appl-needs-timer-driver:/name}

  * ${appl-needs-watchdog-driver:/name}

  * ${appl-needs-zero-driver:/name}

  * ${appl-prerequisite-drivers:/name}

  * ${bsp-prerequisite-drivers:/name}
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: group-devdrv
- role: constraint
  uid: constraint-memsz
name: CONFIGURE_MAXIMUM_DRIVERS
notes: |
  If the application will dynamically install device drivers, then the
  configuration option value shall be larger than the number of statically
  configured device drivers.
text: ''
type: interface