summaryrefslogtreecommitdiffstats
path: root/spec/acfg/opt/applneedsconsoledriver.yml
blob: dc1721a4c1545ecd679b9f285f2747c32b2988a1 (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
SPDX-License-Identifier: CC-BY-SA-4.0
appl-config-option-description: |
  In case this configuration option is defined, then the Console Driver is
  initialized during system initialization.
appl-config-option-index: []
appl-config-option-name: CONFIGURE_APPLICATION_NEEDS_CONSOLE_DRIVER
appl-config-option-notes: |
  The Console Driver is responsible for providing the :file:`/dev/console`
  device file.  This device is used to initialize the standard input, output,
  and error file descriptors.

  BSPs should be constructed in a manner that allows :c:func:`printk` to work
  properly without the need for the Console Driver to be configured.

  The

  * :ref:`CONFIGURE_APPLICATION_NEEDS_CONSOLE_DRIVER`,

  * :ref:`CONFIGURE_APPLICATION_NEEDS_SIMPLE_CONSOLE_DRIVER`, and

  * :ref:`CONFIGURE_APPLICATION_NEEDS_SIMPLE_TASK_CONSOLE_DRIVER`

  configuration options are mutually exclusive.
appl-config-option-type: feature-enable
copyrights:
- Copyright (C) 1988, 2008 On-Line Applications Research Corporation (OAR)
enabled-by: true
interface-type: appl-config-option
links:
- role: null
  uid: ../devdrv
text: ''
type: interface