summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarrison Edward Gerber <gerberhe11@gmail.com>2021-05-11 18:16:33 -0700
committerVijay Kumar Banerjee <vijay@rtems.org>2021-05-16 10:12:27 -0600
commit1f538688a7f743158e0e9e9bb673abd576307a0c (patch)
tree6ec1de5d7859de90e27f535ffd3317fd8aac09a4
parentc-user: Constify rtems_task_wake_when() (diff)
downloadrtems-docs-1f538688a7f743158e0e9e9bb673abd576307a0c.tar.bz2
user/bld/index.rst: removed references to legacy network config options
Diffstat (limited to '')
-rw-r--r--user/bld/index.rst7
1 files changed, 0 insertions, 7 deletions
diff --git a/user/bld/index.rst b/user/bld/index.rst
index ebedf5a..411b3a2 100644
--- a/user/bld/index.rst
+++ b/user/bld/index.rst
@@ -309,10 +309,6 @@ in the configuration file.
Set ``RTEMS_MULTIPROCESSING`` to ``True`` or ``False`` in the BSP
section of the configuration file.
-``--enable-networking`` | ``--disable-networking``
- Set ``RTEMS_NETWORKING`` to ``True`` or ``False`` in the BSP section of
- the configuration file.
-
``--enable-paravirt`` | ``--disable-paravirt``
Set ``RTEMS_PARAVIRT`` to ``True`` or ``False`` in the BSP section of
the configuration file.
@@ -354,9 +350,6 @@ Please have a look at the following example configuration file.
# --enable-multiprocessing
RTEMS_MULTIPROCESSING = False
- # --enable-networking
- RTEMS_NETWORKING = True
-
# --disable-paravirt
RTEMS_PARAVIRT = False