]> Git Repo - J-u-boot.git/commitdiff
pinctrl: aspeed: Fix Kconfig entry indentation
authorMichal Simek <[email protected]>
Thu, 23 Jul 2020 07:00:40 +0000 (09:00 +0200)
committerTom Rini <[email protected]>
Wed, 5 Aug 2020 03:30:02 +0000 (23:30 -0400)
Fix Kconfig entry indentation for Aspeed ast2500 pin control driver.

Fixes: 4f0e44e46615 ("aspeed: AST2500 Pinctrl Driver")
Signed-off-by: Michal Simek <[email protected]>
Reviewed-by: Simon Glass <[email protected]>
drivers/pinctrl/Kconfig

index bd2061b765bad870270c2c06c28b9d19a78c5fe1..cdbccfd285a24a1a66608961b49f03f760e157ec 100644 (file)
@@ -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
 
This page took 0.040714 seconds and 4 git commands to generate.