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. 23