1
0
mirror of https://xff.cz/git/u-boot/ synced 2025-09-01 08:42:12 +02:00

pinctrl: aspeed: Fix Kconfig entry indentation

Fix Kconfig entry indentation for Aspeed ast2500 pin control driver.

Fixes: 4f0e44e466 ("aspeed: AST2500 Pinctrl Driver")
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
Michal Simek
2020-07-23 09:00:40 +02:00
committed by Tom Rini
parent 36766d39e8
commit 171fd224ae

View File

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