Kconfig (80cc37329d9bef6e2b0bcf2028b04d049bd4bd90) | Kconfig (b4da6573e7e2f8bd54abdb3e78a7b1d61c34d6f3) |
---|---|
1# 2# PINCTRL infrastructure and drivers 3# 4 5config PINCTRL 6 bool 7 8if PINCTRL --- 219 unchanged lines hidden (view full) --- 228config PINCTRL_APQ8064 229 tristate "Qualcomm APQ8064 pin controller driver" 230 depends on GPIOLIB && OF 231 select PINCTRL_MSM 232 help 233 This is the pinctrl, pinmux, pinconf and gpiolib driver for the 234 Qualcomm TLMM block found in the Qualcomm APQ8064 platform. 235 | 1# 2# PINCTRL infrastructure and drivers 3# 4 5config PINCTRL 6 bool 7 8if PINCTRL --- 219 unchanged lines hidden (view full) --- 228config PINCTRL_APQ8064 229 tristate "Qualcomm APQ8064 pin controller driver" 230 depends on GPIOLIB && OF 231 select PINCTRL_MSM 232 help 233 This is the pinctrl, pinmux, pinconf and gpiolib driver for the 234 Qualcomm TLMM block found in the Qualcomm APQ8064 platform. 235 |
236config PINCTRL_IPQ8064 237 tristate "Qualcomm IPQ8064 pin controller driver" 238 depends on GPIOLIB && OF 239 select PINCTRL_MSM 240 help 241 This is the pinctrl, pinmux, pinconf and gpiolib driver for the 242 Qualcomm TLMM block found in the Qualcomm IPQ8064 platform. 243 |
|
236config PINCTRL_MSM8X74 237 tristate "Qualcomm 8x74 pin controller driver" 238 depends on GPIOLIB && OF && (ARCH_QCOM || COMPILE_TEST) 239 select PINCTRL_MSM 240 help 241 This is the pinctrl, pinmux, pinconf and gpiolib driver for the 242 Qualcomm TLMM block found in the Qualcomm 8974 platform. 243 --- 156 unchanged lines hidden --- | 244config PINCTRL_MSM8X74 245 tristate "Qualcomm 8x74 pin controller driver" 246 depends on GPIOLIB && OF && (ARCH_QCOM || COMPILE_TEST) 247 select PINCTRL_MSM 248 help 249 This is the pinctrl, pinmux, pinconf and gpiolib driver for the 250 Qualcomm TLMM block found in the Qualcomm 8974 platform. 251 --- 156 unchanged lines hidden --- |