| 1234567891011121314151617181920212223 |
- config CUSTOM_KERNEL_ALSPS
- bool "CUSTOM_KERNEL_ALSPS"
- help
- ALSPS sensor driver to detect ambient light and the object is close
- or far awary from device. After configure this configuration,
- the specific ambient light and proximity sensor driver configuration
- should be configured as well.
- config MTK_AUTO_DETECT_ALSPS
- bool "MTK_AUTO_DETECT_ALSPS"
- help
- This feature Option is used for projects which using more than one
- ALSPS sensors, more than one ALSPS drivers can be builded in to
- project and be auto detected by setting this option to yes,
- usually only one ALSPS driver can be probed.
- source "drivers/misc/mediatek/alsps/cm36652-new/Kconfig"
- source "drivers/misc/mediatek/alsps/cm36686-new/Kconfig"
- source "drivers/misc/mediatek/alsps/cm36558/Kconfig"
- source "drivers/misc/mediatek/alsps/APDS9930-new/Kconfig"
- source "drivers/misc/mediatek/alsps/EPL2182-new/Kconfig"
- source "drivers/misc/mediatek/alsps/ltr303/Kconfig"
|