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