Skip to content

Commit a46f809

Browse files
krzklinusw
authored andcommitted
pinctrl: qcom: organize audio drivers in menuconfig
The audio pin controller drivers depend on PINCTRL_LPASS_LPI, but since PINCTRL_LPASS_LPI is not the first entry, they are not displayed in menuconfig as dependent of PINCTRL_LPASS_LPI. Re-order the entries to fix this. Signed-off-by: Krzysztof Kozlowski <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Linus Walleij <[email protected]>
1 parent 3476b8b commit a46f809

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

drivers/pinctrl/qcom/Kconfig

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,18 @@ config PINCTRL_QCOM_SSBI_PMIC
4747
which are using SSBI for communication with SoC. Example PMIC's
4848
devices are pm8058 and pm8921.
4949

50+
config PINCTRL_LPASS_LPI
51+
tristate "Qualcomm Technologies Inc LPASS LPI pin controller driver"
52+
select PINMUX
53+
select PINCONF
54+
select GENERIC_PINCONF
55+
select GENERIC_PINCTRL_GROUPS
56+
depends on GPIOLIB
57+
help
58+
This is the pinctrl, pinmux, pinconf and gpiolib driver for the
59+
Qualcomm Technologies Inc LPASS (Low Power Audio SubSystem) LPI
60+
(Low Power Island) found on the Qualcomm Technologies Inc SoCs.
61+
5062
config PINCTRL_SC7280_LPASS_LPI
5163
tristate "Qualcomm Technologies Inc SC7280 LPASS LPI pin controller driver"
5264
depends on ARM64 || COMPILE_TEST
@@ -93,16 +105,4 @@ config PINCTRL_SM8550_LPASS_LPI
93105
(Low Power Island) found on the Qualcomm Technologies Inc SM8550
94106
platform.
95107

96-
config PINCTRL_LPASS_LPI
97-
tristate "Qualcomm Technologies Inc LPASS LPI pin controller driver"
98-
select PINMUX
99-
select PINCONF
100-
select GENERIC_PINCONF
101-
select GENERIC_PINCTRL_GROUPS
102-
depends on GPIOLIB
103-
help
104-
This is the pinctrl, pinmux, pinconf and gpiolib driver for the
105-
Qualcomm Technologies Inc LPASS (Low Power Audio SubSystem) LPI
106-
(Low Power Island) found on the Qualcomm Technologies Inc SoCs.
107-
108108
endif

0 commit comments

Comments
 (0)