diff mbox

[U-Boot,2/2] pinctrl: Kconfig: reorder to keep Rockchip options together

Message ID 1489779664-20234-2-git-send-email-philipp.tomsich@theobroma-systems.com
State Changes Requested
Delegated to: Simon Glass
Headers show

Commit Message

Philipp Tomsich March 17, 2017, 7:41 p.m. UTC
Signed-off-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>

---

 drivers/pinctrl/Kconfig | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

Comments

Heiko Stuebner March 18, 2017, 11:44 a.m. UTC | #1
Am Freitag, 17. März 2017, 20:41:04 CET schrieb Philipp Tomsich:
> Signed-off-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
> 
> ---
> 
>  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
diff mbox

Patch

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