xref: /openbmc/u-boot/drivers/pinctrl/aspeed/Kconfig (revision c8ffe8c6)
1*c8ffe8c6Sryan_chenconfig ASPEED_AST2500_PINCTRL
2*c8ffe8c6Sryan_chen  bool "Aspeed AST2500 pin control driver"
3*c8ffe8c6Sryan_chen  depends on DM && PINCTRL_GENERIC && ASPEED_AST2500
4*c8ffe8c6Sryan_chen  default y
5*c8ffe8c6Sryan_chen  help
6*c8ffe8c6Sryan_chen    Support pin multiplexing control on Aspeed ast2500 SoC. The driver uses
7*c8ffe8c6Sryan_chen        Generic Pinctrl framework and is compatible with the Linux driver,
8*c8ffe8c6Sryan_chen        i.e. it uses the same device tree configuration.
9*c8ffe8c6Sryan_chen
10*c8ffe8c6Sryan_chenconfig ASPEED_AST2600_PINCTRL
11*c8ffe8c6Sryan_chen  bool "Aspeed AST2600 pin control driver"
12*c8ffe8c6Sryan_chen  depends on DM && PINCTRL_GENERIC && ASPEED_AST2600
13*c8ffe8c6Sryan_chen  default y
14*c8ffe8c6Sryan_chen  help
15*c8ffe8c6Sryan_chen    Support pin multiplexing control on Aspeed ast2600 SoC. The driver uses
16*c8ffe8c6Sryan_chen        Generic Pinctrl framework and is compatible with the Linux driver,
17*c8ffe8c6Sryan_chen        i.e. it uses the same device tree configuration.
18*c8ffe8c6Sryan_chen
19