Kconfig (c441bfb5f2866de71e092c1b9d866a65978dfe1a) Kconfig (fa99e7013827858b9cfe43ebe539b9060a7861e8)
1# SPDX-License-Identifier: GPL-2.0-only
2#
3# PINCTRL infrastructure and drivers
4#
5
6menuconfig PINCTRL
7 bool "Pin controllers"
8

--- 322 unchanged lines hidden (view full) ---

331 default ZYNQMP_FIRMWARE
332 help
333 This selects the pinctrl driver for Xilinx ZynqMP platform.
334 This driver will query the pin information from the firmware
335 and allow configuring the pins.
336 Configuration can include the mux function to select on those
337 pin(s)/group(s), and various pin configuration parameters
338 such as pull-up, slew rate, etc.
1# SPDX-License-Identifier: GPL-2.0-only
2#
3# PINCTRL infrastructure and drivers
4#
5
6menuconfig PINCTRL
7 bool "Pin controllers"
8

--- 322 unchanged lines hidden (view full) ---

331 default ZYNQMP_FIRMWARE
332 help
333 This selects the pinctrl driver for Xilinx ZynqMP platform.
334 This driver will query the pin information from the firmware
335 and allow configuring the pins.
336 Configuration can include the mux function to select on those
337 pin(s)/group(s), and various pin configuration parameters
338 such as pull-up, slew rate, etc.
339 This driver can also be built as a module. If so, the module
340 will be called pinctrl-zynqmp.
339
340config PINCTRL_INGENIC
341 bool "Pinctrl driver for the Ingenic JZ47xx SoCs"
342 default MACH_INGENIC
343 depends on OF
344 depends on MIPS || COMPILE_TEST
345 select GENERIC_PINCONF
346 select GENERIC_PINCTRL_GROUPS

--- 116 unchanged lines hidden ---
341
342config PINCTRL_INGENIC
343 bool "Pinctrl driver for the Ingenic JZ47xx SoCs"
344 default MACH_INGENIC
345 depends on OF
346 depends on MIPS || COMPILE_TEST
347 select GENERIC_PINCONF
348 select GENERIC_PINCTRL_GROUPS

--- 116 unchanged lines hidden ---