summaryrefslogtreecommitdiff
path: root/kconfig/expr.h
diff options
context:
space:
mode:
Diffstat (limited to 'kconfig/expr.h')
-rw-r--r--kconfig/expr.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/kconfig/expr.h b/kconfig/expr.h
index 94a383b..f63b41b 100644
--- a/kconfig/expr.h
+++ b/kconfig/expr.h
@@ -171,6 +171,9 @@ struct symbol {
* config BAZ
* int "BAZ Value"
* range 1..255
+ *
+ * Please, also check zconf.y:print_symbol() when modifying the
+ * list of property types!
*/
enum prop_type {
P_UNKNOWN,