Kconfig 540 B

123456789101112131415161718192021222324252627
  1. #
  2. # IR_LED
  3. #
  4. menu "IRDA devices"
  5. config IR_REMOCON_MC96FR116
  6. bool "Micom MC96FR116 ABOV based IR LED driver"
  7. depends on I2C
  8. default n
  9. help
  10. Say Y here to enable the I2C based IRDA for MC96FR116C chip.
  11. config IRDA_COMMON_LDO
  12. bool "Micom MC96FR116 ABOV based IR LED driver"
  13. depends on I2C
  14. default n
  15. help
  16. Say Y here to enable the I2C based IRDA for MC96FR116C chip for Kmini
  17. config ANDROID_FFF
  18. bool "IRDA new Code for android 4.4.4"
  19. default n
  20. help
  21. Say Y here to enable the new code and CTS fix for android 4.4.4
  22. endmenu