aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/pinctrl/mscc/Kconfig')
-rw-r--r--drivers/pinctrl/mscc/Kconfig22
1 files changed, 22 insertions, 0 deletions
diff --git a/drivers/pinctrl/mscc/Kconfig b/drivers/pinctrl/mscc/Kconfig
new file mode 100644
index 0000000000..cfc6c06076
--- /dev/null
+++ b/drivers/pinctrl/mscc/Kconfig
@@ -0,0 +1,22 @@
1# SPDX-License-Identifier: (GPL-2.0+ OR MIT)
2
3config PINCTRL_MSCC
4 bool
5
6config PINCTRL_MSCC_OCELOT
7 depends on SOC_OCELOT && PINCTRL_FULL && OF_CONTROL
8 select PINCTRL_MSCC
9 default y
10 bool "Microsemi ocelot family pin control driver"
11 help
12 Support pin multiplexing and pin configuration control on
13 Microsemi ocelot SoCs.
14
15config PINCTRL_MSCC_LUTON
16 depends on SOC_LUTON && PINCTRL_FULL && OF_CONTROL
17 select PINCTRL_MSCC
18 default y
19 bool "Microsemi luton family pin control driver"
20 help
21 Support pin multiplexing and pin configuration control on
22 Microsemi luton SoCs.