summaryrefslogtreecommitdiffstats
path: root/c-user/config/device-driver.rst
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2021-11-17 08:46:56 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2022-08-31 11:38:37 +0200
commitcf9f2121577b11f8eab5e49c48173c46cf09c627 (patch)
tree23005dcdfd86cec60f8da71478c3cd661e493cb2 /c-user/config/device-driver.rst
parentcommands: Add 'rtems' command (diff)
downloadrtems-docs-cf9f2121577b11f8eab5e49c48173c46cf09c627.tar.bz2
c-user: Clarify BSP related configuration settings
Diffstat (limited to '')
-rw-r--r--c-user/config/device-driver.rst7
1 files changed, 5 insertions, 2 deletions
diff --git a/c-user/config/device-driver.rst b/c-user/config/device-driver.rst
index d84da0a..87ed27a 100644
--- a/c-user/config/device-driver.rst
+++ b/c-user/config/device-driver.rst
@@ -709,7 +709,7 @@ Driver Table.
.. rubric:: 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
+:c:macro:`CONFIGURE_BSP_PREREQUISITE_DRIVERS` and before all other device driver
configuration options.
See :ref:`CONFIGURE_APPLICATION_EXTRA_DRIVERS` for an alternative placement
@@ -858,7 +858,10 @@ options:
* :ref:`CONFIGURE_APPLICATION_PREREQUISITE_DRIVERS`
-* :ref:`CONFIGURE_BSP_PREREQUISITE_DRIVERS`
+If the :ref:`CONFIGURE_DISABLE_BSP_SETTINGS` configuration option is not defined and
+the :term:`BSP` provides
+:c:macro:`CONFIGURE_BSP_PREREQUISITE_DRIVERS`, then the BSP-provided
+prerequisite device drivers are also taken into account.
.. rubric:: DESCRIPTION: