pinctrl: Fix Kconfig indentation
Adjust indentation from spaces to tab (+optional two spaces) as in coding style with command like: $ sed -e 's/^ /\t/' -i */Kconfig Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org> Link: https://lore.kernel.org/r/1574306382-32516-1-git-send-email-krzk@kernel.org Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
This commit is contained in:
parent
e66ff71fd0
commit
2635adb48b
|
@ -32,15 +32,15 @@ config DEBUG_PINCTRL
|
||||||
Say Y here to add some extra checks and diagnostics to PINCTRL calls.
|
Say Y here to add some extra checks and diagnostics to PINCTRL calls.
|
||||||
|
|
||||||
config PINCTRL_ARTPEC6
|
config PINCTRL_ARTPEC6
|
||||||
bool "Axis ARTPEC-6 pin controller driver"
|
bool "Axis ARTPEC-6 pin controller driver"
|
||||||
depends on MACH_ARTPEC6
|
depends on MACH_ARTPEC6
|
||||||
select PINMUX
|
select PINMUX
|
||||||
select GENERIC_PINCONF
|
select GENERIC_PINCONF
|
||||||
help
|
help
|
||||||
This is the driver for the Axis ARTPEC-6 pin controller. This driver
|
This is the driver for the Axis ARTPEC-6 pin controller. This driver
|
||||||
supports pin function multiplexing as well as pin bias and drive
|
supports pin function multiplexing as well as pin bias and drive
|
||||||
strength configuration. Device tree integration instructions can be
|
strength configuration. Device tree integration instructions can be
|
||||||
found in Documentation/devicetree/bindings/pinctrl/axis,artpec6-pinctrl.txt
|
found in Documentation/devicetree/bindings/pinctrl/axis,artpec6-pinctrl.txt
|
||||||
|
|
||||||
config PINCTRL_AS3722
|
config PINCTRL_AS3722
|
||||||
tristate "Pinctrl and GPIO driver for ams AS3722 PMIC"
|
tristate "Pinctrl and GPIO driver for ams AS3722 PMIC"
|
||||||
|
|
|
@ -39,12 +39,12 @@ config PINCTRL_IMX27
|
||||||
|
|
||||||
|
|
||||||
config PINCTRL_IMX25
|
config PINCTRL_IMX25
|
||||||
bool "IMX25 pinctrl driver"
|
bool "IMX25 pinctrl driver"
|
||||||
depends on OF
|
depends on OF
|
||||||
depends on SOC_IMX25
|
depends on SOC_IMX25
|
||||||
select PINCTRL_IMX
|
select PINCTRL_IMX
|
||||||
help
|
help
|
||||||
Say Y here to enable the imx25 pinctrl driver
|
Say Y here to enable the imx25 pinctrl driver
|
||||||
|
|
||||||
config PINCTRL_IMX35
|
config PINCTRL_IMX35
|
||||||
bool "IMX35 pinctrl driver"
|
bool "IMX35 pinctrl driver"
|
||||||
|
|
|
@ -46,8 +46,8 @@ config PINCTRL_ORION
|
||||||
select PINCTRL_MVEBU
|
select PINCTRL_MVEBU
|
||||||
|
|
||||||
config PINCTRL_ARMADA_37XX
|
config PINCTRL_ARMADA_37XX
|
||||||
bool
|
bool
|
||||||
select GENERIC_PINCONF
|
select GENERIC_PINCONF
|
||||||
select MFD_SYSCON
|
select MFD_SYSCON
|
||||||
select PINCONF
|
select PINCONF
|
||||||
select PINMUX
|
select PINMUX
|
||||||
|
|
|
@ -142,33 +142,33 @@ config PINCTRL_QDF2XXX
|
||||||
Qualcomm Technologies QDF2xxx SOCs.
|
Qualcomm Technologies QDF2xxx SOCs.
|
||||||
|
|
||||||
config PINCTRL_QCOM_SPMI_PMIC
|
config PINCTRL_QCOM_SPMI_PMIC
|
||||||
tristate "Qualcomm SPMI PMIC pin controller driver"
|
tristate "Qualcomm SPMI PMIC pin controller driver"
|
||||||
depends on GPIOLIB && OF && SPMI
|
depends on GPIOLIB && OF && SPMI
|
||||||
select REGMAP_SPMI
|
select REGMAP_SPMI
|
||||||
select PINMUX
|
select PINMUX
|
||||||
select PINCONF
|
select PINCONF
|
||||||
select GENERIC_PINCONF
|
select GENERIC_PINCONF
|
||||||
select GPIOLIB_IRQCHIP
|
select GPIOLIB_IRQCHIP
|
||||||
select IRQ_DOMAIN_HIERARCHY
|
select IRQ_DOMAIN_HIERARCHY
|
||||||
help
|
help
|
||||||
This is the pinctrl, pinmux, pinconf and gpiolib driver for the
|
This is the pinctrl, pinmux, pinconf and gpiolib driver for the
|
||||||
Qualcomm GPIO and MPP blocks found in the Qualcomm PMIC's chips,
|
Qualcomm GPIO and MPP blocks found in the Qualcomm PMIC's chips,
|
||||||
which are using SPMI for communication with SoC. Example PMIC's
|
which are using SPMI for communication with SoC. Example PMIC's
|
||||||
devices are pm8841, pm8941 and pma8084.
|
devices are pm8841, pm8941 and pma8084.
|
||||||
|
|
||||||
config PINCTRL_QCOM_SSBI_PMIC
|
config PINCTRL_QCOM_SSBI_PMIC
|
||||||
tristate "Qualcomm SSBI PMIC pin controller driver"
|
tristate "Qualcomm SSBI PMIC pin controller driver"
|
||||||
depends on GPIOLIB && OF
|
depends on GPIOLIB && OF
|
||||||
select PINMUX
|
select PINMUX
|
||||||
select PINCONF
|
select PINCONF
|
||||||
select GENERIC_PINCONF
|
select GENERIC_PINCONF
|
||||||
select GPIOLIB_IRQCHIP
|
select GPIOLIB_IRQCHIP
|
||||||
select IRQ_DOMAIN_HIERARCHY
|
select IRQ_DOMAIN_HIERARCHY
|
||||||
help
|
help
|
||||||
This is the pinctrl, pinmux, pinconf and gpiolib driver for the
|
This is the pinctrl, pinmux, pinconf and gpiolib driver for the
|
||||||
Qualcomm GPIO and MPP blocks found in the Qualcomm PMIC's chips,
|
Qualcomm GPIO and MPP blocks found in the Qualcomm PMIC's chips,
|
||||||
which are using SSBI for communication with SoC. Example PMIC's
|
which are using SSBI for communication with SoC. Example PMIC's
|
||||||
devices are pm8058 and pm8921.
|
devices are pm8058 and pm8921.
|
||||||
|
|
||||||
config PINCTRL_SC7180
|
config PINCTRL_SC7180
|
||||||
tristate "Qualcomm Technologies Inc SC7180 pin controller driver"
|
tristate "Qualcomm Technologies Inc SC7180 pin controller driver"
|
||||||
|
@ -180,30 +180,30 @@ config PINCTRL_SC7180
|
||||||
Technologies Inc SC7180 platform.
|
Technologies Inc SC7180 platform.
|
||||||
|
|
||||||
config PINCTRL_SDM660
|
config PINCTRL_SDM660
|
||||||
tristate "Qualcomm Technologies Inc SDM660 pin controller driver"
|
tristate "Qualcomm Technologies Inc SDM660 pin controller driver"
|
||||||
depends on GPIOLIB && OF
|
depends on GPIOLIB && OF
|
||||||
select PINCTRL_MSM
|
select PINCTRL_MSM
|
||||||
help
|
help
|
||||||
This is the pinctrl, pinmux, pinconf and gpiolib driver for the
|
This is the pinctrl, pinmux, pinconf and gpiolib driver for the
|
||||||
Qualcomm Technologies Inc TLMM block found on the Qualcomm
|
Qualcomm Technologies Inc TLMM block found on the Qualcomm
|
||||||
Technologies Inc SDM660 platform.
|
Technologies Inc SDM660 platform.
|
||||||
|
|
||||||
config PINCTRL_SDM845
|
config PINCTRL_SDM845
|
||||||
tristate "Qualcomm Technologies Inc SDM845 pin controller driver"
|
tristate "Qualcomm Technologies Inc SDM845 pin controller driver"
|
||||||
depends on GPIOLIB && (OF || ACPI)
|
depends on GPIOLIB && (OF || ACPI)
|
||||||
select PINCTRL_MSM
|
select PINCTRL_MSM
|
||||||
help
|
help
|
||||||
This is the pinctrl, pinmux, pinconf and gpiolib driver for the
|
This is the pinctrl, pinmux, pinconf and gpiolib driver for the
|
||||||
Qualcomm Technologies Inc TLMM block found on the Qualcomm
|
Qualcomm Technologies Inc TLMM block found on the Qualcomm
|
||||||
Technologies Inc SDM845 platform.
|
Technologies Inc SDM845 platform.
|
||||||
|
|
||||||
config PINCTRL_SM8150
|
config PINCTRL_SM8150
|
||||||
tristate "Qualcomm Technologies Inc SM8150 pin controller driver"
|
tristate "Qualcomm Technologies Inc SM8150 pin controller driver"
|
||||||
depends on GPIOLIB && OF
|
depends on GPIOLIB && OF
|
||||||
select PINCTRL_MSM
|
select PINCTRL_MSM
|
||||||
help
|
help
|
||||||
This is the pinctrl, pinmux, pinconf and gpiolib driver for the
|
This is the pinctrl, pinmux, pinconf and gpiolib driver for the
|
||||||
Qualcomm Technologies Inc TLMM block found on the Qualcomm
|
Qualcomm Technologies Inc TLMM block found on the Qualcomm
|
||||||
Technologies Inc SM8150 platform.
|
Technologies Inc SM8150 platform.
|
||||||
|
|
||||||
endif
|
endif
|
||||||
|
|
Loading…
Reference in New Issue