Searched hist:c77c7db58ea833b442e09a794de0d3c8bba2bfe3 (Results 1 – 1 of 1) sorted by relevance
| /rk3399_rockchip-uboot/drivers/i2c/ |
| H A D | Kconfig | c77c7db58ea833b442e09a794de0d3c8bba2bfe3 Sat Feb 11 03:39:55 UTC 2017 Masahiro Yamada <yamada.masahiro@socionext.com> 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>
|