summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlf Magnusson <ulfalizer@gmail.com>2019-07-04 23:33:24 +0200
committerUlf Magnusson <ulfalizer@gmail.com>2019-07-04 23:35:31 +0200
commitbcfbb612c97f5c75a9b92a03c686dbe511221c5b (patch)
tree38bae77e3603f5d450add23ba93d3fe68be7afb0
parent0849a597828863537f412c12371d50555147fa98 (diff)
Link syzkaller script as example
-rw-r--r--README.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.rst b/README.rst
index 03fbc1e..c0df561 100644
--- a/README.rst
+++ b/README.rst
@@ -605,6 +605,10 @@ Real-world examples
<https://github.com/espressif/esp-idf/tree/master/tools/kconfig_new>`_ from
the ESP-IDF project, via a configuration server program.
+- `A script for turning on USB-related options
+ <https://github.com/google/syzkaller/blob/master/dashboard/config/kconfiglib-merge-usb-configs.py>`_,
+ from the `syzkaller <https://github.com/google/syzkaller>`_ project.
+
- `Various automated checks
<https://github.com/zephyrproject-rtos/ci-tools/blob/master/scripts/check_compliance.py>`_,
including a check for references to undefined Kconfig symbols in source code.