summaryrefslogtreecommitdiffstats
path: root/README.configure
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--README.configure4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.configure b/README.configure
index 574123ee70..9a20359e71 100644
--- a/README.configure
+++ b/README.configure
@@ -19,6 +19,7 @@ RTEMS-specific option are supported:
--disable-rtems-inlines
--disable-posix
--disable-tests
+ --disable-ka9q
--enable-gcc28
--enable-libcdir=<DIRECTORY>
--enable-rtemsbsp="bsp1 bsp2 ..."
@@ -26,6 +27,9 @@ RTEMS-specific option are supported:
By default, the RTEMS posix interface is built for targets that support
it. It can be disabled with the --disable-posix option.
+By default, the RTEMS port of the KA9Q TCP/IP stack is build for targets
+that support it. It can be disabled with the --disable-ka9q option.
+
By default, the RTEMS test suites are configured. The --disable-tests
will not configure the RTEMS test suite. This is used only to speed-up
configuration in case building the tests are not necessary.