i2c: sandbox: remove code snippet from Kconfig help
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Sat, 11 Feb 2017 03:39:55 +0000 (12:39 +0900)
committerTom Rini <trini@konsulko.com>
Mon, 13 Feb 2017 12:18:25 +0000 (07:18 -0500)
commitc77c7db58ea833b442e09a794de0d3c8bba2bfe3
tree28135503dc309cc2cd892c28a4a8bffca012eb09
parentbf7ab1e70fd7621fea5dea07b6975c576119b86e
i2c: sandbox: remove code snippet from Kconfig help

With the Kconfig re-sync with Linux 4.10, characters such as
'}', ';' in Kconfig help message cause warnings:

$ make defconfig
*** Default configuration is based on 'sandbox_defconfig'
drivers/i2c/Kconfig:132:warning: ignoring unsupported character '}'
drivers/i2c/Kconfig:132:warning: ignoring unsupported character ';'

Drop the Device Tree fragment from the help.

Acked-by: Heiko Schocher <hs@denx.de>
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
drivers/i2c/Kconfig