From mboxrd@z Thu Jan 1 00:00:00 1970 From: Heiko Stuebner Date: Sat, 18 Mar 2017 12:44:39 +0100 Subject: [U-Boot] [PATCH 2/2] pinctrl: Kconfig: reorder to keep Rockchip options together In-Reply-To: <1489779664-20234-2-git-send-email-philipp.tomsich@theobroma-systems.com> References: <1489779664-20234-1-git-send-email-philipp.tomsich@theobroma-systems.com> <1489779664-20234-2-git-send-email-philipp.tomsich@theobroma-systems.com> Message-ID: <21912977.ieRCIcCy2H@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:04 CET schrieb Philipp Tomsich: > Signed-off-by: Philipp Tomsich >=20 > --- >=20 > drivers/pinctrl/Kconfig | 14 +++++++------- > 1 file changed, 7 insertions(+), 7 deletions(-) >=20 > diff --git a/drivers/pinctrl/Kconfig b/drivers/pinctrl/Kconfig > index 6181ec6..8308686 100644 > --- a/drivers/pinctrl/Kconfig > +++ b/drivers/pinctrl/Kconfig > @@ -150,13 +150,6 @@ config ROCKCHIP_RK3288_PINCTRL > definitions and pin control functions for each available multiplex > function. >=20 > -config PINCTRL_AT91PIO4 > - bool "AT91 PIO4 pinctrl driver" > - depends on DM > - help > - This option is to enable the AT91 pinctrl driver for AT91 PIO4 > - controller which is available on SAMA5D2 SoC. > - > config ROCKCHIP_RK3328_PINCTRL > bool "Rockchip rk3328 pin control driver" > depends on DM > @@ -175,6 +168,13 @@ config ROCKCHIP_RK3399_PINCTRL > definitions and pin control functions for each available multiplex > function. >=20 > +config PINCTRL_AT91PIO4 > + bool "AT91 PIO4 pinctrl driver" > + depends on DM > + help > + This option is to enable the AT91 pinctrl driver for AT91 PIO4 > + controller which is available on SAMA5D2 SoC. > + > config PINCTRL_SANDBOX > bool "Sandbox pinctrl driver" > depends on SANDBOX wouldn't it be nicer to try to get an alphabetical ordering going? That would also prevent future clutter. Heiko