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