Skip to content

[redhat] New configs in drivers/pinctrl

CKI Gitlab requested to merge configs/2020-12-18/drivers/pinctrl into os-build

Hi,

As part of the ongoing rebase effort, the following configuration options need to be reviewed.

As a reminder, the ARK configuration flow involves moving unreviewed configuration options from the pending directory to the ark directory. In the diff below, options are removed from the pending directory and added to the ark hierarchy. The final options that need to be ACKed are the files that are being added to the ark hierarchy.

If the value for a file that is added should be changed, please reply with a better option.

CONFIG_PINCTRL_ALDERLAKE:

This pinctrl driver provides an interface that allows configuring of Intel Alder Lake PCH pins and using them as GPIOs.

Symbol: PINCTRL_ALDERLAKE [=n] Type : tristate Defined at drivers/pinctrl/intel/Kconfig:58 Prompt: Intel Alder Lake pinctrl and GPIO driver Depends on: PINCTRL [=y] && (X86 [=y] || COMPILE_TEST [=n]) && ACPI [=y] Location: -> Device Drivers -> Pin controllers (PINCTRL [=y]) Selects: PINCTRL_INTEL [=y]


CONFIG_PINCTRL_ELKHARTLAKE:

This pinctrl driver provides an interface that allows configuring of Intel Elkhart Lake SoC pins and using them as GPIOs.

Symbol: PINCTRL_ELKHARTLAKE [=n] Type : tristate Defined at drivers/pinctrl/intel/Kconfig:98 Prompt: Intel Elkhart Lake SoC pinctrl and GPIO driver Depends on: PINCTRL [=y] && (X86 [=y] || COMPILE_TEST [=n]) && ACPI [=y] Location: -> Device Drivers -> Pin controllers (PINCTRL [=y]) Selects: PINCTRL_INTEL [=y]


CONFIG_PINCTRL_LAKEFIELD:

This pinctrl driver provides an interface that allows configuring of Intel Lakefield SoC pins and using them as GPIOs.

Symbol: PINCTRL_LAKEFIELD [=n] Type : tristate Defined at drivers/pinctrl/intel/Kconfig:138 Prompt: Intel Lakefield SoC pinctrl and GPIO driver Depends on: PINCTRL [=y] && (X86 [=y] || COMPILE_TEST [=n]) && ACPI [=y] Location: -> Device Drivers -> Pin controllers (PINCTRL [=y]) Selects: PINCTRL_INTEL [=y]


CONFIG_PINCTRL_LPASS_LPI:

This is the pinctrl, pinmux, pinconf and gpiolib driver for the Qualcomm Technologies Inc LPASS (Low Power Audio SubSystem) LPI (Low Power Island) found on the Qualcomm Technologies Inc SoCs.

Symbol: PINCTRL_LPASS_LPI [=n] Type : tristate Defined at drivers/pinctrl/qcom/Kconfig:268 Prompt: Qualcomm Technologies Inc LPASS LPI pin controller driver Depends on: PINCTRL [=y] && (ARCH_QCOM [=y] || COMPILE_TEST [=n]) && GPIOLIB [=y] Location: -> Device Drivers -> Pin controllers (PINCTRL [=y]) Selects: PINMUX [=n] && PINCONF [=y] && GENERIC_PINCONF [=y]


CONFIG_PINCTRL_MICROCHIP_SGPIO:

Support for the serial GPIO interface used on Microsemi and Microchip SoC's. By using a serial interface, the SIO controller significantly extends the number of available GPIOs with a minimum number of additional pins on the device. The primary purpose of the SIO controller is to connect control signals from SFP modules and to act as an LED controller.

Symbol: PINCTRL_MICROCHIP_SGPIO [=n] Type : bool Defined at drivers/pinctrl/Kconfig:378 Prompt: Pinctrl driver for Microsemi/Microchip Serial GPIO Depends on: PINCTRL [=y] && OF [=y] && HAS_IOMEM [=y] Location: -> Device Drivers -> Pin controllers (PINCTRL [=y]) Selects: GPIOLIB [=y] && GPIOLIB_IRQCHIP [=y] && GENERIC_PINCONF [=y] && GENERIC_PINCTRL_GROUPS [=n] && GENERIC_PINMUX_FUNCTIONS [=n] && OF_GPIO [=y]


Cc: Brian Masney bmasney@redhat.com Cc: David Arcari darcari@redhat.com Signed-off-by: Fedora Kernel Team kernel-team@fedoraproject.org

Merge request reports