summaryrefslogtreecommitdiffstats
path: root/Documentation/getting_started/kconfig.md
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/getting_started/kconfig.md')
-rw-r--r--Documentation/getting_started/kconfig.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/getting_started/kconfig.md b/Documentation/getting_started/kconfig.md
index ff8d3dcf3b67..037371bd34fd 100644
--- a/Documentation/getting_started/kconfig.md
+++ b/Documentation/getting_started/kconfig.md
@@ -398,6 +398,8 @@ default <expr> \[if <expr>\]
- If there is no 'default' entry for a symbol, it gets set to 'n', 0, 0x0, or
“” depending on the type, however the 'bool' type is the only type that
should be left without a default value.
+- If possible, the declaration should happen before all default entries to make
+ it visible in Kconfig tools like menuconfig.
--------------------------------------------------------------------------------