summaryrefslogtreecommitdiff
path: root/menuconfig.py
diff options
context:
space:
mode:
authorUlf Magnusson <ulfalizer@gmail.com>2018-08-29 02:22:25 +0200
committerUlf Magnusson <ulfalizer@gmail.com>2018-08-29 02:22:25 +0200
commit15d07b1dceb5f651c838356378b350251ccf90a2 (patch)
treef8d0bd30a9579e0f47c424643530c061df8aa9d4 /menuconfig.py
parent98416f6b65152d6bbc107c625c65b7239cff20f7 (diff)
menuconfig: Mention that include paths are shown
Add info to module docstring.
Diffstat (limited to 'menuconfig.py')
-rwxr-xr-xmenuconfig.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/menuconfig.py b/menuconfig.py
index 560bf27..c85157a 100755
--- a/menuconfig.py
+++ b/menuconfig.py
@@ -77,6 +77,10 @@ Other features
* Kconfig definitions are printed
+ * The include path is shown, listing the locations of the 'source'
+ statements that included the Kconfig file of the symbol (or other
+ item)
+
Limitations
===========