diff options
Diffstat (limited to 'kconfig/expr.h')
-rw-r--r-- | kconfig/expr.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/kconfig/expr.h b/kconfig/expr.h index 94a383b2..f63b41b0 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, |