Commit 203672e1 authored by Krzysztof Kozlowski's avatar Krzysztof Kozlowski Committed by Linus Walleij

pinctrl: qcom: restrict drivers per ARM/ARM64

There is no point to allow selecting pin-controller drivers for Qualcomm
ARMv7 SoCs when building ARM64 kernel, and vice versa.  This makes
kernel configuration more difficult as many do not remember the Qualcomm
SoCs.  There won't be a single image for ARMv7 and ARMv8/9 SoCs, so no
features/options are lost.
Signed-off-by: default avatarKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://lore.kernel.org/r/20220925112103.148836-1-krzysztof.kozlowski@linaro.orgSigned-off-by: default avatarLinus Walleij <linus.walleij@linaro.org>
parent 19fdcb1d
...@@ -15,6 +15,7 @@ config PINCTRL_MSM ...@@ -15,6 +15,7 @@ config PINCTRL_MSM
config PINCTRL_APQ8064 config PINCTRL_APQ8064
tristate "Qualcomm APQ8064 pin controller driver" tristate "Qualcomm APQ8064 pin controller driver"
depends on OF depends on OF
depends on ARM || COMPILE_TEST
depends on PINCTRL_MSM depends on 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
...@@ -23,6 +24,7 @@ config PINCTRL_APQ8064 ...@@ -23,6 +24,7 @@ config PINCTRL_APQ8064
config PINCTRL_APQ8084 config PINCTRL_APQ8084
tristate "Qualcomm APQ8084 pin controller driver" tristate "Qualcomm APQ8084 pin controller driver"
depends on OF depends on OF
depends on ARM || COMPILE_TEST
depends on PINCTRL_MSM depends on 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
...@@ -31,6 +33,7 @@ config PINCTRL_APQ8084 ...@@ -31,6 +33,7 @@ config PINCTRL_APQ8084
config PINCTRL_IPQ4019 config PINCTRL_IPQ4019
tristate "Qualcomm IPQ4019 pin controller driver" tristate "Qualcomm IPQ4019 pin controller driver"
depends on OF depends on OF
depends on ARM || COMPILE_TEST
depends on PINCTRL_MSM depends on 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
...@@ -39,6 +42,7 @@ config PINCTRL_IPQ4019 ...@@ -39,6 +42,7 @@ config PINCTRL_IPQ4019
config PINCTRL_IPQ8064 config PINCTRL_IPQ8064
tristate "Qualcomm IPQ8064 pin controller driver" tristate "Qualcomm IPQ8064 pin controller driver"
depends on OF depends on OF
depends on ARM || COMPILE_TEST
depends on PINCTRL_MSM depends on 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
...@@ -47,6 +51,7 @@ config PINCTRL_IPQ8064 ...@@ -47,6 +51,7 @@ config PINCTRL_IPQ8064
config PINCTRL_IPQ8074 config PINCTRL_IPQ8074
tristate "Qualcomm Technologies, Inc. IPQ8074 pin controller driver" tristate "Qualcomm Technologies, Inc. IPQ8074 pin controller driver"
depends on OF depends on OF
depends on ARM64 || COMPILE_TEST
depends on PINCTRL_MSM depends on PINCTRL_MSM
help help
This is the pinctrl, pinmux, pinconf and gpiolib driver for This is the pinctrl, pinmux, pinconf and gpiolib driver for
...@@ -57,6 +62,7 @@ config PINCTRL_IPQ8074 ...@@ -57,6 +62,7 @@ config PINCTRL_IPQ8074
config PINCTRL_IPQ6018 config PINCTRL_IPQ6018
tristate "Qualcomm Technologies, Inc. IPQ6018 pin controller driver" tristate "Qualcomm Technologies, Inc. IPQ6018 pin controller driver"
depends on OF depends on OF
depends on ARM64 || COMPILE_TEST
depends on PINCTRL_MSM depends on PINCTRL_MSM
help help
This is the pinctrl, pinmux, pinconf and gpiolib driver for This is the pinctrl, pinmux, pinconf and gpiolib driver for
...@@ -67,6 +73,7 @@ config PINCTRL_IPQ6018 ...@@ -67,6 +73,7 @@ config PINCTRL_IPQ6018
config PINCTRL_MSM8226 config PINCTRL_MSM8226
tristate "Qualcomm 8226 pin controller driver" tristate "Qualcomm 8226 pin controller driver"
depends on OF depends on OF
depends on ARM || COMPILE_TEST
depends on PINCTRL_MSM depends on 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
...@@ -76,6 +83,7 @@ config PINCTRL_MSM8226 ...@@ -76,6 +83,7 @@ config PINCTRL_MSM8226
config PINCTRL_MSM8660 config PINCTRL_MSM8660
tristate "Qualcomm 8660 pin controller driver" tristate "Qualcomm 8660 pin controller driver"
depends on OF depends on OF
depends on ARM || COMPILE_TEST
depends on PINCTRL_MSM depends on 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
...@@ -84,6 +92,7 @@ config PINCTRL_MSM8660 ...@@ -84,6 +92,7 @@ config PINCTRL_MSM8660
config PINCTRL_MSM8960 config PINCTRL_MSM8960
tristate "Qualcomm 8960 pin controller driver" tristate "Qualcomm 8960 pin controller driver"
depends on OF depends on OF
depends on ARM || COMPILE_TEST
depends on PINCTRL_MSM depends on 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
...@@ -100,6 +109,7 @@ config PINCTRL_MDM9607 ...@@ -100,6 +109,7 @@ config PINCTRL_MDM9607
config PINCTRL_MDM9615 config PINCTRL_MDM9615
tristate "Qualcomm 9615 pin controller driver" tristate "Qualcomm 9615 pin controller driver"
depends on OF depends on OF
depends on ARM || COMPILE_TEST
depends on PINCTRL_MSM depends on 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
...@@ -108,6 +118,7 @@ config PINCTRL_MDM9615 ...@@ -108,6 +118,7 @@ config PINCTRL_MDM9615
config PINCTRL_MSM8X74 config PINCTRL_MSM8X74
tristate "Qualcomm 8x74 pin controller driver" tristate "Qualcomm 8x74 pin controller driver"
depends on OF depends on OF
depends on ARM || COMPILE_TEST
depends on PINCTRL_MSM depends on 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
...@@ -116,6 +127,7 @@ config PINCTRL_MSM8X74 ...@@ -116,6 +127,7 @@ config PINCTRL_MSM8X74
config PINCTRL_MSM8909 config PINCTRL_MSM8909
tristate "Qualcomm 8909 pin controller driver" tristate "Qualcomm 8909 pin controller driver"
depends on OF depends on OF
depends on ARM || COMPILE_TEST
depends on PINCTRL_MSM depends on 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
...@@ -132,6 +144,7 @@ config PINCTRL_MSM8916 ...@@ -132,6 +144,7 @@ config PINCTRL_MSM8916
config PINCTRL_MSM8953 config PINCTRL_MSM8953
tristate "Qualcomm 8953 pin controller driver" tristate "Qualcomm 8953 pin controller driver"
depends on OF depends on OF
depends on ARM64 || COMPILE_TEST
depends on PINCTRL_MSM depends on 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
...@@ -142,6 +155,7 @@ config PINCTRL_MSM8953 ...@@ -142,6 +155,7 @@ config PINCTRL_MSM8953
config PINCTRL_MSM8976 config PINCTRL_MSM8976
tristate "Qualcomm 8976 pin controller driver" tristate "Qualcomm 8976 pin controller driver"
depends on OF depends on OF
depends on ARM64 || COMPILE_TEST
depends on PINCTRL_MSM depends on 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
...@@ -152,6 +166,7 @@ config PINCTRL_MSM8976 ...@@ -152,6 +166,7 @@ config PINCTRL_MSM8976
config PINCTRL_MSM8994 config PINCTRL_MSM8994
tristate "Qualcomm 8994 pin controller driver" tristate "Qualcomm 8994 pin controller driver"
depends on OF depends on OF
depends on ARM64 || COMPILE_TEST
depends on PINCTRL_MSM depends on 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
...@@ -161,6 +176,7 @@ config PINCTRL_MSM8994 ...@@ -161,6 +176,7 @@ config PINCTRL_MSM8994
config PINCTRL_MSM8996 config PINCTRL_MSM8996
tristate "Qualcomm MSM8996 pin controller driver" tristate "Qualcomm MSM8996 pin controller driver"
depends on OF depends on OF
depends on ARM64 || COMPILE_TEST
depends on PINCTRL_MSM depends on 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
...@@ -169,6 +185,7 @@ config PINCTRL_MSM8996 ...@@ -169,6 +185,7 @@ config PINCTRL_MSM8996
config PINCTRL_MSM8998 config PINCTRL_MSM8998
tristate "Qualcomm MSM8998 pin controller driver" tristate "Qualcomm MSM8998 pin controller driver"
depends on OF depends on OF
depends on ARM64 || COMPILE_TEST
depends on PINCTRL_MSM depends on 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
...@@ -177,6 +194,7 @@ config PINCTRL_MSM8998 ...@@ -177,6 +194,7 @@ config PINCTRL_MSM8998
config PINCTRL_QCM2290 config PINCTRL_QCM2290
tristate "Qualcomm QCM2290 pin controller driver" tristate "Qualcomm QCM2290 pin controller driver"
depends on OF depends on OF
depends on ARM64 || COMPILE_TEST
depends on PINCTRL_MSM depends on 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
...@@ -185,6 +203,7 @@ config PINCTRL_QCM2290 ...@@ -185,6 +203,7 @@ config PINCTRL_QCM2290
config PINCTRL_QCS404 config PINCTRL_QCS404
tristate "Qualcomm QCS404 pin controller driver" tristate "Qualcomm QCS404 pin controller driver"
depends on OF depends on OF
depends on ARM64 || COMPILE_TEST
depends on PINCTRL_MSM depends on 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
...@@ -232,6 +251,7 @@ config PINCTRL_QCOM_SSBI_PMIC ...@@ -232,6 +251,7 @@ config PINCTRL_QCOM_SSBI_PMIC
config PINCTRL_SC7180 config PINCTRL_SC7180
tristate "Qualcomm Technologies Inc SC7180 pin controller driver" tristate "Qualcomm Technologies Inc SC7180 pin controller driver"
depends on OF depends on OF
depends on ARM64 || COMPILE_TEST
depends on PINCTRL_MSM depends on 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
...@@ -241,6 +261,7 @@ config PINCTRL_SC7180 ...@@ -241,6 +261,7 @@ config PINCTRL_SC7180
config PINCTRL_SC7280 config PINCTRL_SC7280
tristate "Qualcomm Technologies Inc SC7280 pin controller driver" tristate "Qualcomm Technologies Inc SC7280 pin controller driver"
depends on OF depends on OF
depends on ARM64 || COMPILE_TEST
depends on PINCTRL_MSM depends on 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
...@@ -250,6 +271,7 @@ config PINCTRL_SC7280 ...@@ -250,6 +271,7 @@ config PINCTRL_SC7280
config PINCTRL_SC7280_LPASS_LPI config PINCTRL_SC7280_LPASS_LPI
tristate "Qualcomm Technologies Inc SC7280 LPASS LPI pin controller driver" tristate "Qualcomm Technologies Inc SC7280 LPASS LPI pin controller driver"
depends on GPIOLIB depends on GPIOLIB
depends on ARM64 || COMPILE_TEST
depends on PINCTRL_LPASS_LPI depends on PINCTRL_LPASS_LPI
help help
This is the pinctrl, pinmux, pinconf and gpiolib driver for the This is the pinctrl, pinmux, pinconf and gpiolib driver for the
...@@ -259,6 +281,7 @@ config PINCTRL_SC7280_LPASS_LPI ...@@ -259,6 +281,7 @@ config PINCTRL_SC7280_LPASS_LPI
config PINCTRL_SC8180X config PINCTRL_SC8180X
tristate "Qualcomm Technologies Inc SC8180x pin controller driver" tristate "Qualcomm Technologies Inc SC8180x pin controller driver"
depends on (OF || ACPI) depends on (OF || ACPI)
depends on ARM64 || COMPILE_TEST
depends on PINCTRL_MSM depends on 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
...@@ -268,6 +291,7 @@ config PINCTRL_SC8180X ...@@ -268,6 +291,7 @@ config PINCTRL_SC8180X
config PINCTRL_SC8280XP config PINCTRL_SC8280XP
tristate "Qualcomm Technologies Inc SC8280xp pin controller driver" tristate "Qualcomm Technologies Inc SC8280xp pin controller driver"
depends on OF depends on OF
depends on ARM64 || COMPILE_TEST
depends on PINCTRL_MSM depends on 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
...@@ -277,6 +301,7 @@ config PINCTRL_SC8280XP ...@@ -277,6 +301,7 @@ config PINCTRL_SC8280XP
config PINCTRL_SDM660 config PINCTRL_SDM660
tristate "Qualcomm Technologies Inc SDM660 pin controller driver" tristate "Qualcomm Technologies Inc SDM660 pin controller driver"
depends on OF depends on OF
depends on ARM64 || COMPILE_TEST
depends on PINCTRL_MSM depends on 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
...@@ -286,6 +311,7 @@ config PINCTRL_SDM660 ...@@ -286,6 +311,7 @@ config PINCTRL_SDM660
config PINCTRL_SDM845 config PINCTRL_SDM845
tristate "Qualcomm Technologies Inc SDM845 pin controller driver" tristate "Qualcomm Technologies Inc SDM845 pin controller driver"
depends on (OF || ACPI) depends on (OF || ACPI)
depends on ARM64 || COMPILE_TEST
depends on PINCTRL_MSM depends on 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
...@@ -295,6 +321,7 @@ config PINCTRL_SDM845 ...@@ -295,6 +321,7 @@ config PINCTRL_SDM845
config PINCTRL_SDX55 config PINCTRL_SDX55
tristate "Qualcomm Technologies Inc SDX55 pin controller driver" tristate "Qualcomm Technologies Inc SDX55 pin controller driver"
depends on OF depends on OF
depends on ARM || COMPILE_TEST
depends on PINCTRL_MSM depends on 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
...@@ -304,6 +331,7 @@ config PINCTRL_SDX55 ...@@ -304,6 +331,7 @@ config PINCTRL_SDX55
config PINCTRL_SM6115 config PINCTRL_SM6115
tristate "Qualcomm Technologies Inc SM6115,SM4250 pin controller driver" tristate "Qualcomm Technologies Inc SM6115,SM4250 pin controller driver"
depends on GPIOLIB && OF depends on GPIOLIB && OF
depends on ARM64 || COMPILE_TEST
depends on PINCTRL_MSM depends on 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
...@@ -313,6 +341,7 @@ config PINCTRL_SM6115 ...@@ -313,6 +341,7 @@ config PINCTRL_SM6115
config PINCTRL_SM6125 config PINCTRL_SM6125
tristate "Qualcomm Technologies Inc SM6125 pin controller driver" tristate "Qualcomm Technologies Inc SM6125 pin controller driver"
depends on OF depends on OF
depends on ARM64 || COMPILE_TEST
depends on PINCTRL_MSM depends on 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
...@@ -322,6 +351,7 @@ config PINCTRL_SM6125 ...@@ -322,6 +351,7 @@ config PINCTRL_SM6125
config PINCTRL_SM6350 config PINCTRL_SM6350
tristate "Qualcomm Technologies Inc SM6350 pin controller driver" tristate "Qualcomm Technologies Inc SM6350 pin controller driver"
depends on GPIOLIB && OF depends on GPIOLIB && OF
depends on ARM64 || COMPILE_TEST
depends on PINCTRL_MSM depends on 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
...@@ -331,6 +361,7 @@ config PINCTRL_SM6350 ...@@ -331,6 +361,7 @@ config PINCTRL_SM6350
config PINCTRL_SM6375 config PINCTRL_SM6375
tristate "Qualcomm Technologies Inc SM6375 pin controller driver" tristate "Qualcomm Technologies Inc SM6375 pin controller driver"
depends on GPIOLIB && OF depends on GPIOLIB && OF
depends on ARM64 || COMPILE_TEST
depends on PINCTRL_MSM depends on 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
...@@ -340,6 +371,7 @@ config PINCTRL_SM6375 ...@@ -340,6 +371,7 @@ config PINCTRL_SM6375
config PINCTRL_SDX65 config PINCTRL_SDX65
tristate "Qualcomm Technologies Inc SDX65 pin controller driver" tristate "Qualcomm Technologies Inc SDX65 pin controller driver"
depends on GPIOLIB && OF depends on GPIOLIB && OF
depends on ARM || COMPILE_TEST
depends on PINCTRL_MSM depends on 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
...@@ -349,6 +381,7 @@ config PINCTRL_SDX65 ...@@ -349,6 +381,7 @@ config PINCTRL_SDX65
config PINCTRL_SM8150 config PINCTRL_SM8150
tristate "Qualcomm Technologies Inc SM8150 pin controller driver" tristate "Qualcomm Technologies Inc SM8150 pin controller driver"
depends on OF depends on OF
depends on ARM64 || COMPILE_TEST
depends on PINCTRL_MSM depends on 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
...@@ -358,6 +391,7 @@ config PINCTRL_SM8150 ...@@ -358,6 +391,7 @@ config PINCTRL_SM8150
config PINCTRL_SM8250 config PINCTRL_SM8250
tristate "Qualcomm Technologies Inc SM8250 pin controller driver" tristate "Qualcomm Technologies Inc SM8250 pin controller driver"
depends on OF depends on OF
depends on ARM64 || COMPILE_TEST
depends on PINCTRL_MSM depends on 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
...@@ -367,6 +401,7 @@ config PINCTRL_SM8250 ...@@ -367,6 +401,7 @@ config PINCTRL_SM8250
config PINCTRL_SM8250_LPASS_LPI config PINCTRL_SM8250_LPASS_LPI
tristate "Qualcomm Technologies Inc SM8250 LPASS LPI pin controller driver" tristate "Qualcomm Technologies Inc SM8250 LPASS LPI pin controller driver"
depends on GPIOLIB depends on GPIOLIB
depends on ARM64 || COMPILE_TEST
depends on PINCTRL_LPASS_LPI depends on PINCTRL_LPASS_LPI
help help
This is the pinctrl, pinmux, pinconf and gpiolib driver for the This is the pinctrl, pinmux, pinconf and gpiolib driver for the
...@@ -375,6 +410,7 @@ config PINCTRL_SM8250_LPASS_LPI ...@@ -375,6 +410,7 @@ config PINCTRL_SM8250_LPASS_LPI
config PINCTRL_SM8350 config PINCTRL_SM8350
tristate "Qualcomm Technologies Inc SM8350 pin controller driver" tristate "Qualcomm Technologies Inc SM8350 pin controller driver"
depends on ARM64 || COMPILE_TEST
depends on PINCTRL_MSM depends on 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
...@@ -384,6 +420,7 @@ config PINCTRL_SM8350 ...@@ -384,6 +420,7 @@ config PINCTRL_SM8350
config PINCTRL_SM8450 config PINCTRL_SM8450
tristate "Qualcomm Technologies Inc SM8450 pin controller driver" tristate "Qualcomm Technologies Inc SM8450 pin controller driver"
depends on GPIOLIB && OF depends on GPIOLIB && OF
depends on ARM64 || COMPILE_TEST
depends on PINCTRL_MSM depends on 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
...@@ -393,6 +430,7 @@ config PINCTRL_SM8450 ...@@ -393,6 +430,7 @@ config PINCTRL_SM8450
config PINCTRL_SM8450_LPASS_LPI config PINCTRL_SM8450_LPASS_LPI
tristate "Qualcomm Technologies Inc SM8450 LPASS LPI pin controller driver" tristate "Qualcomm Technologies Inc SM8450 LPASS LPI pin controller driver"
depends on GPIOLIB depends on GPIOLIB
depends on ARM64 || COMPILE_TEST
depends on PINCTRL_LPASS_LPI depends on PINCTRL_LPASS_LPI
help help
This is the pinctrl, pinmux, pinconf and gpiolib driver for the This is the pinctrl, pinmux, pinconf and gpiolib driver for the
...@@ -402,6 +440,7 @@ config PINCTRL_SM8450_LPASS_LPI ...@@ -402,6 +440,7 @@ config PINCTRL_SM8450_LPASS_LPI
config PINCTRL_SC8280XP_LPASS_LPI config PINCTRL_SC8280XP_LPASS_LPI
tristate "Qualcomm Technologies Inc SC8280XP LPASS LPI pin controller driver" tristate "Qualcomm Technologies Inc SC8280XP LPASS LPI pin controller driver"
depends on GPIOLIB depends on GPIOLIB
depends on ARM64 || COMPILE_TEST
depends on PINCTRL_LPASS_LPI depends on PINCTRL_LPASS_LPI
help help
This is the pinctrl, pinmux, pinconf and gpiolib driver for the This is the pinctrl, pinmux, pinconf and gpiolib driver for the
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment