Kconfig 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. #
  2. # 1-wire slaves configuration
  3. #
  4. menu "1-wire Slaves"
  5. config W1_SLAVE_THERM
  6. tristate "Thermal family implementation"
  7. help
  8. Say Y here if you want to connect 1-wire thermal sensors to your
  9. wire.
  10. config W1_SLAVE_SMEM
  11. tristate "Simple 64bit memory family implementation"
  12. help
  13. Say Y here if you want to connect 1-wire
  14. simple 64bit memory rom(ds2401/ds2411/ds1990*) to your wire.
  15. config W1_SLAVE_DS2431
  16. tristate "1kb EEPROM family support (DS2431)"
  17. help
  18. Say Y here if you want to use a 1-wire
  19. 1kb EEPROM family device (DS2431)
  20. config W1_SLAVE_DS2433
  21. tristate "4kb EEPROM family support (DS2433)"
  22. help
  23. Say Y here if you want to use a 1-wire
  24. 4kb EEPROM family device (DS2433).
  25. config W1_SLAVE_DS2433_CRC
  26. bool "Protect DS2433 data with a CRC16"
  27. depends on W1_SLAVE_DS2433
  28. select CRC16
  29. help
  30. Say Y here to protect DS2433 data with a CRC16.
  31. Each block has 30 bytes of data and a two byte CRC16.
  32. Full block writes are only allowed if the CRC is valid.
  33. config W1_SLAVE_DS2760
  34. tristate "Dallas 2760 battery monitor chip (HP iPAQ & others)"
  35. depends on W1
  36. help
  37. If you enable this you will have the DS2760 battery monitor
  38. chip support.
  39. The battery monitor chip is used in many batteries/devices
  40. as the one who is responsible for charging/discharging/monitoring
  41. Li+ batteries.
  42. If you are unsure, say N.
  43. config W1_SLAVE_BQ27000
  44. tristate "BQ27000 slave support"
  45. depends on W1
  46. help
  47. Say Y here if you want to use a hdq
  48. bq27000 slave support.
  49. endmenu