Kconfig 973 B

1234567891011121314151617181920212223
  1. config CUSTOM_KERNEL_ALSPS
  2. bool "CUSTOM_KERNEL_ALSPS"
  3. help
  4. ALSPS sensor driver to detect ambient light and the object is close
  5. or far awary from device. After configure this configuration,
  6. the specific ambient light and proximity sensor driver configuration
  7. should be configured as well.
  8. config MTK_AUTO_DETECT_ALSPS
  9. bool "MTK_AUTO_DETECT_ALSPS"
  10. help
  11. This feature Option is used for projects which using more than one
  12. ALSPS sensors, more than one ALSPS drivers can be builded in to
  13. project and be auto detected by setting this option to yes,
  14. usually only one ALSPS driver can be probed.
  15. source "drivers/misc/mediatek/alsps/cm36652-new/Kconfig"
  16. source "drivers/misc/mediatek/alsps/cm36686-new/Kconfig"
  17. source "drivers/misc/mediatek/alsps/cm36558/Kconfig"
  18. source "drivers/misc/mediatek/alsps/APDS9930-new/Kconfig"
  19. source "drivers/misc/mediatek/alsps/EPL2182-new/Kconfig"
  20. source "drivers/misc/mediatek/alsps/ltr303/Kconfig"