1 # SPDX-License-Identifier: GPL-2.0-only
4 depends on (ARCH_ASPEED || COMPILE_TEST) && OF
11 config PINCTRL_ASPEED_G4
12 bool "Aspeed G4 SoC pin control"
13 depends on (MACH_ASPEED_G4 || COMPILE_TEST) && OF
16 Say Y here to enable pin controller support for Aspeed's 4th
17 generation SoCs. GPIO is provided by a separate GPIO driver.
19 config PINCTRL_ASPEED_G5
20 bool "Aspeed G5 SoC pin control"
21 depends on (MACH_ASPEED_G5 || COMPILE_TEST) && OF
24 Say Y here to enable pin controller support for Aspeed's 5th
25 generation SoCs. GPIO is provided by a separate GPIO driver.
27 config PINCTRL_ASPEED_G6
28 bool "Aspeed G6 SoC pin control"
29 depends on (MACH_ASPEED_G6 || COMPILE_TEST) && OF
32 Say Y here to enable pin controller support for Aspeed's 6th
33 generation SoCs. GPIO is provided by a separate GPIO driver.