Am Freitag, 17. März 2017, 20:41:04 CET schrieb Philipp Tomsich: > Signed-off-by: Philipp Tomsich <[email protected]> > > --- > > drivers/pinctrl/Kconfig | 14 +++++++------- > 1 file changed, 7 insertions(+), 7 deletions(-) > > 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. > > -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. > > +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 _______________________________________________ U-Boot mailing list [email protected] https://lists.denx.de/listinfo/u-boot

