hc
2024-02-20 102a0743326a03cd1a1202ceda21e175b7d3575c
kernel/drivers/pinctrl/aspeed/Kconfig
....@@ -1,3 +1,4 @@
1
+# SPDX-License-Identifier: GPL-2.0-only
12 config PINCTRL_ASPEED
23 bool
34 depends on (ARCH_ASPEED || COMPILE_TEST) && OF
....@@ -22,3 +23,11 @@
2223 help
2324 Say Y here to enable pin controller support for Aspeed's 5th
2425 generation SoCs. GPIO is provided by a separate GPIO driver.
26
+
27
+config PINCTRL_ASPEED_G6
28
+ bool "Aspeed G6 SoC pin control"
29
+ depends on (MACH_ASPEED_G6 || COMPILE_TEST) && OF
30
+ select PINCTRL_ASPEED
31
+ help
32
+ Say Y here to enable pin controller support for Aspeed's 6th
33
+ generation SoCs. GPIO is provided by a separate GPIO driver.