rockchip: pinctrl: use per-SoC option names for Kconfig
authorPhilipp Tomsich <philipp.tomsich@theobroma-systems.com>
Fri, 17 Mar 2017 19:41:03 +0000 (20:41 +0100)
committerSimon Glass <sjg@chromium.org>
Wed, 5 Apr 2017 02:01:57 +0000 (20:01 -0600)
commitf3f1af939e950850e28a56e1e500c46e7d433769
treeb4fa2aa5eb1bb2a0c5c55b85162a84175e86a2b6
parent308277569229137e38420dbaa1190ef1f9d4be76
rockchip: pinctrl: use per-SoC option names for Kconfig

The config options for pinctrl on the RK3188, RK3288, RK3328 and
RK3399 previously showed up in menuconfig with the generic string
descriptor "Rockchip pin control driver" requiring one to look through
the help/full description to identify which chip each menu entry was
for.

This change renames each option with the chip-name in the description
string to make it easy to identify the configuration options in
menuconfig.

Signed-off-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
Reviewed-by: Heiko Stuebner <heiko@sntech.de>
Reviewed-by: Simon Glass <sjg@chromium.org>
drivers/pinctrl/Kconfig