Kconfig (03ab8e6297acd1bc0eedaa050e2a1635c576fd11) | Kconfig (4425205ea38bef591a6c800bb47082fc35e788a0) |
---|---|
1# SPDX-License-Identifier: GPL-2.0-only 2# 3# PINCTRL infrastructure and drivers 4# 5 6menuconfig PINCTRL 7 bool "Pin controllers" 8 --- 297 unchanged lines hidden (view full) --- 306 Microchip SoCs. By using a serial interface, the SIO 307 controller significantly extends the number of available 308 GPIOs with a minimum number of additional pins on the 309 device. The primary purpose of the SIO controller is to 310 connect control signals from SFP modules and to act as an 311 LED controller. 312 313config PINCTRL_OCELOT | 1# SPDX-License-Identifier: GPL-2.0-only 2# 3# PINCTRL infrastructure and drivers 4# 5 6menuconfig PINCTRL 7 bool "Pin controllers" 8 --- 297 unchanged lines hidden (view full) --- 306 Microchip SoCs. By using a serial interface, the SIO 307 controller significantly extends the number of available 308 GPIOs with a minimum number of additional pins on the 309 device. The primary purpose of the SIO controller is to 310 connect control signals from SFP modules and to act as an 311 LED controller. 312 313config PINCTRL_OCELOT |
314 bool "Pinctrl driver for the Microsemi Ocelot and Jaguar2 SoCs" | 314 tristate "Pinctrl driver for the Microsemi Ocelot and Jaguar2 SoCs" |
315 depends on OF 316 depends on HAS_IOMEM 317 select GPIOLIB 318 select GPIOLIB_IRQCHIP 319 select GENERIC_PINCONF 320 select GENERIC_PINCTRL_GROUPS 321 select GENERIC_PINMUX_FUNCTIONS 322 select OF_GPIO --- 216 unchanged lines hidden --- | 315 depends on OF 316 depends on HAS_IOMEM 317 select GPIOLIB 318 select GPIOLIB_IRQCHIP 319 select GENERIC_PINCONF 320 select GENERIC_PINCTRL_GROUPS 321 select GENERIC_PINMUX_FUNCTIONS 322 select OF_GPIO --- 216 unchanged lines hidden --- |