android_kernel_samsung_hero.../drivers/pinctrl/qcom/Kconfig
2016-08-17 16:41:52 +08:00

124 lines
3.8 KiB
Text

if (ARCH_MSM || COMPILE_TEST)
config PINCTRL_MSM
bool
select PINMUX
select PINCONF
select GENERIC_PINCONF
select GPIOLIB_IRQCHIP
config PINCTRL_APQ8064
tristate "Qualcomm APQ8064 pin controller driver"
depends on GPIOLIB && OF
select PINCTRL_MSM
help
This is the pinctrl, pinmux, pinconf and gpiolib driver for the
Qualcomm TLMM block found in the Qualcomm APQ8064 platform.
config PINCTRL_MDMFERMIUM
tristate "QTI MDMFERMIUM pin controller driver"
depends on GPIOLIB && OF
select PINCTRL_MSM
help
This is the pinctrl, pinmux, pinconf and gpiolib driver for the
QTI TLMM block found in the QTI FERMIUM platform.
config PINCTRL_MDM9640
tristate "Qualcomm MDM9640 pin controller driver"
depends on GPIOLIB && OF
select PINCTRL_MSM
help
This is the pinctrl, pinmux, pinconf and gpiolib driver for the
Qualcomm TLMM block found in the Qualcomm 9640 platform.
config PINCTRL_MDMCALIFORNIUM
tristate "Qualcomm MDM9640 pin controller driver"
depends on GPIOLIB && OF
select PINCTRL_MSM
help
This is the pinctrl, pinmux, pinconf and gpiolib driver for the
Qualcomm TLMM block found in the Qualcomm mdmcalifornium platform.
config PINCTRL_APQ8084
tristate "Qualcomm APQ8084 pin controller driver"
depends on GPIOLIB && OF
select PINCTRL_MSM
help
This is the pinctrl, pinmux, pinconf and gpiolib driver for the
Qualcomm TLMM block found in the Qualcomm APQ8084 platform.
config PINCTRL_IPQ8064
tristate "Qualcomm IPQ8064 pin controller driver"
depends on GPIOLIB && OF
select PINCTRL_MSM
help
This is the pinctrl, pinmux, pinconf and gpiolib driver for the
Qualcomm TLMM block found in the Qualcomm IPQ8064 platform.
config PINCTRL_MSM8960
tristate "Qualcomm 8960 pin controller driver"
depends on GPIOLIB && OF
select PINCTRL_MSM
help
This is the pinctrl, pinmux, pinconf and gpiolib driver for the
Qualcomm TLMM block found in the Qualcomm 8960 platform.
config PINCTRL_MSM8X74
tristate "Qualcomm 8x74 pin controller driver"
depends on GPIOLIB && OF
select PINCTRL_MSM
help
This is the pinctrl, pinmux, pinconf and gpiolib driver for the
Qualcomm TLMM block found in the Qualcomm 8974 platform.
config PINCTRL_MSM8996
tristate "Qualcomm MSM8996 pin controller driver"
depends on GPIOLIB && OF && (ARCH_MSM8996 || COMPILE_TEST)
select PINCTRL_MSM
help
This is the pinctrl, pinmux, pinconf and gpiolib driver for the
Qualcomm TLMM block found in the Qualcomm MSM8996 platform.
config PINCTRL_MSM8952
tristate "Qualcomm MSM8952 pin controller driver"
depends on GPIOLIB && OF && (ARCH_MSM8916 || COMPILE_TEST)
select PINCTRL_MSM
help
This is the pinctrl, pinmux, pinconf and gpiolib driver for the
Qualcomm TLMM block found in the Qualcomm MSM8952 platform.
config PINCTRL_MSMTHORIUM
tristate "QTI MSMTHORIUM pin controller driver"
depends on GPIOLIB && OF && (ARCH_MSMTHORIUM || COMPILE_TEST)
select PINCTRL_MSM
help
This is the pinctrl, pinmux, pinconf and gpiolib driver for the
QTI TLMM block found in the QTI MSMTHORIUM platform.
config PINCTRL_MSMCOBALT
tristate "QTI MSMCOBALT pin controller driver"
depends on GPIOLIB && OF && (ARCH_MSMCOBALT || COMPILE_TEST)
select PINCTRL_MSM
help
This is the pinctrl, pinmux, pinconf and gpiolib driver for the
QTI TLMM block found in the QTI MSMCOBALT platform.
config PINCTRL_MSMTITANIUM
tristate "Qualcomm MSMTITANIUM pin controller driver"
depends on GPIOLIB && OF && (ARCH_MSMTITANIUM || COMPILE_TEST)
select PINCTRL_MSM
help
This is the pinctrl, pinmux, pinconf and gpiolib driver for the
Qualcomm TLMM block found in the Qualcomm MSMTITANIUM platform.
config SENSORS_FP_SPI_GPIO_START
depends on SENSORS_FINGERPRINT
int "Fingerprint spi gpio number start"
default 0
config SENSORS_FP_SPI_GPIO_END
depends on SENSORS_FINGERPRINT
int "Fingerprint spi gpio number end"
default 0
endif