diff mbox series

pinctrl: aspeed: Fix Kconfig entry indentation

Message ID 3a8e0f14b5ee549e241be8ded7a79ed8860519d5.1595487637.git.michal.simek@xilinx.com
State Accepted
Commit 171fd224ae3c860e3a66617f26a7e1145a3ff305
Delegated to: Tom Rini
Headers show
Series pinctrl: aspeed: Fix Kconfig entry indentation | expand

Commit Message

Michal Simek July 23, 2020, 7 a.m. UTC
Fix Kconfig entry indentation for Aspeed ast2500 pin control driver.

Fixes: 4f0e44e46615 ("aspeed: AST2500 Pinctrl Driver")
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
---

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

Comments

Simon Glass July 28, 2020, 6:58 p.m. UTC | #1
On Thu, 23 Jul 2020 at 01:00, Michal Simek <michal.simek@xilinx.com> wrote:
>
> Fix Kconfig entry indentation for Aspeed ast2500 pin control driver.
>
> Fixes: 4f0e44e46615 ("aspeed: AST2500 Pinctrl Driver")
> Signed-off-by: Michal Simek <michal.simek@xilinx.com>
> ---
>
>  drivers/pinctrl/Kconfig | 14 +++++++-------
>  1 file changed, 7 insertions(+), 7 deletions(-)
>

Reviewed-by: Simon Glass <sjg@chromium.org>
Tom Rini Aug. 5, 2020, 8:28 p.m. UTC | #2
On Thu, Jul 23, 2020 at 09:00:40AM +0200, Michal Simek wrote:

> Fix Kconfig entry indentation for Aspeed ast2500 pin control driver.
> 
> Fixes: 4f0e44e46615 ("aspeed: AST2500 Pinctrl Driver")
> Signed-off-by: Michal Simek <michal.simek@xilinx.com>
> Reviewed-by: Simon Glass <sjg@chromium.org>

Applied to u-boot/master, thanks!
diff mbox series

Patch

diff --git a/drivers/pinctrl/Kconfig b/drivers/pinctrl/Kconfig
index 83e39b9de383..a11e3116ec80 100644
--- a/drivers/pinctrl/Kconfig
+++ b/drivers/pinctrl/Kconfig
@@ -276,13 +276,13 @@  config SPL_PINCTRL_STMFX
 	  See the help of PINCTRL_STMFX for details.
 
 config ASPEED_AST2500_PINCTRL
-  bool "Aspeed AST2500 pin control driver"
-  depends on DM && PINCTRL_GENERIC && ASPEED_AST2500
-  default y
-  help
-    Support pin multiplexing control on Aspeed ast2500 SoC. The driver uses
-	Generic Pinctrl framework and is compatible with the Linux driver,
-	i.e. it uses the same device tree configuration.
+	bool "Aspeed AST2500 pin control driver"
+	depends on DM && PINCTRL_GENERIC && ASPEED_AST2500
+	default y
+	help
+	  Support pin multiplexing control on Aspeed ast2500 SoC. The driver
+	  uses Generic Pinctrl framework and is compatible with the Linux
+	  driver, i.e. it uses the same device tree configuration.
 
 endif