kconfig: handle P_SYMBOL in print_symbol()
authorDirk Gouders <dirk@gouders.net>
Fri, 22 Jun 2018 19:27:38 +0000 (21:27 +0200)
committerMasahiro Yamada <yamada.masahiro@socionext.com>
Thu, 28 Jun 2018 13:47:47 +0000 (22:47 +0900)
commitecd53ac2f2c6e42fe732d0aa282192cb6ad3faea
tree1d5732c4b41c92070316003e5b380a76b0b43cc3
parentbdb60101df4a2999608430112a5abfb78628db1e
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>
scripts/kconfig/expr.h
scripts/kconfig/zconf.y