From mboxrd@z Thu Jan 1 00:00:00 1970 From: Heiko Stuebner Date: Sat, 18 Mar 2017 12:43:18 +0100 Subject: [U-Boot] [PATCH 1/2] rockchip: pinctrl: use per-SoC option names for Kconfig In-Reply-To: <1489779664-20234-1-git-send-email-philipp.tomsich@theobroma-systems.com> References: <1489779664-20234-1-git-send-email-philipp.tomsich@theobroma-systems.com> Message-ID: <1805099.59E3tluCKx@phil> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable To: u-boot@lists.denx.de Am Freitag, 17. M=C3=A4rz 2017, 20:41:03 CET schrieb Philipp Tomsich: > 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. >=20 > This change renames each option with the chip-name in the description > string to make it easy to identify the configuration options in > menuconfig. >=20 > Signed-off-by: Philipp Tomsich the joys of copy'n'paste and premade defconfigs :-) Reviewed-by: Heiko Stuebner > --- >=20 > drivers/pinctrl/Kconfig | 8 ++++---- > 1 file changed, 4 insertions(+), 4 deletions(-) >=20 > diff --git a/drivers/pinctrl/Kconfig b/drivers/pinctrl/Kconfig > index afdc252..6181ec6 100644 > --- a/drivers/pinctrl/Kconfig > +++ b/drivers/pinctrl/Kconfig > @@ -133,7 +133,7 @@ config ROCKCHIP_RK3036_PINCTRL > function. >=20 > config ROCKCHIP_RK3188_PINCTRL > - bool "Rockchip pin control driver" > + bool "Rockchip rk3188 pin control driver" > depends on DM > help > Support pin multiplexing control on Rockchip rk3188 SoCs. The driver > @@ -142,7 +142,7 @@ config ROCKCHIP_RK3188_PINCTRL > function. >=20 > config ROCKCHIP_RK3288_PINCTRL > - bool "Rockchip pin control driver" > + bool "Rockchip rk3288 pin control driver" > depends on DM > help > Support pin multiplexing control on Rockchip rk3288 SoCs. The driver > @@ -158,7 +158,7 @@ config PINCTRL_AT91PIO4 > controller which is available on SAMA5D2 SoC. >=20 > config ROCKCHIP_RK3328_PINCTRL > - bool "Rockchip pin control driver" > + bool "Rockchip rk3328 pin control driver" > depends on DM > help > Support pin multiplexing control on Rockchip rk3328 SoCs. The driver > @@ -167,7 +167,7 @@ config ROCKCHIP_RK3328_PINCTRL > function. >=20 > config ROCKCHIP_RK3399_PINCTRL > - bool "Rockchip pin control driver" > + bool "Rockchip rk3399 pin control driver" > depends on DM > help > Support pin multiplexing control on Rockchip rk3399 SoCs. The driver