aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/kconfig/expr.h
diff options
context:
space:
mode:
authorDirk Gouders <dirk@gouders.net>2018-06-22 21:27:38 +0200
committerMasahiro Yamada <yamada.masahiro@socionext.com>2018-06-28 22:47:47 +0900
commitecd53ac2f2c6e42fe732d0aa282192cb6ad3faea (patch)
tree1d5732c4b41c92070316003e5b380a76b0b43cc3 /scripts/kconfig/expr.h
parentkconfig: document Kconfig source file comments (diff)
downloadlinux-dev-ecd53ac2f2c6e42fe732d0aa282192cb6ad3faea.tar.xz
linux-dev-ecd53ac2f2c6e42fe732d0aa282192cb6ad3faea.zip
kconfig: handle P_SYMBOL in print_symbol()
Each symbol has a property of type P_SYMBOL since commit 59e89e3ddf85 (kconfig: save location of config symbols). Handle those properties in print_symbol(). Further, place a pointer to print_symbol() in the comment above the list of known property type. Signed-off-by: Dirk Gouders <dirk@gouders.net> Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Diffstat (limited to 'scripts/kconfig/expr.h')
-rw-r--r--scripts/kconfig/expr.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/kconfig/expr.h b/scripts/kconfig/expr.h
index 94a383b21df6..f63b41b0dd49 100644
--- a/scripts/kconfig/expr.h
+++ b/scripts/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,