Kconfig 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111
  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_DS2408
  16. tristate "8-Channel Addressable Switch (IO Expander) 0x29 family support (DS2408)"
  17. help
  18. Say Y here if you want to use a 1-wire
  19. DS2408 8-Channel Addressable Switch device support
  20. config W1_SLAVE_DS2423
  21. tristate "Counter 1-wire device (DS2423)"
  22. select CRC16
  23. help
  24. If you enable this you can read the counter values available
  25. in the DS2423 chipset from the w1_slave file under the
  26. sys file system.
  27. Say Y here if you want to use a 1-wire
  28. counter family device (DS2423).
  29. config W1_SLAVE_DS2431
  30. tristate "1kb EEPROM family support (DS2431)"
  31. help
  32. Say Y here if you want to use a 1-wire
  33. 1kb EEPROM family device (DS2431)
  34. config W1_SLAVE_DS2433
  35. tristate "4kb EEPROM family support (DS2433)"
  36. help
  37. Say Y here if you want to use a 1-wire
  38. 4kb EEPROM family device (DS2433).
  39. config W1_SLAVE_DS2433_CRC
  40. bool "Protect DS2433 data with a CRC16"
  41. depends on W1_SLAVE_DS2433
  42. select CRC16
  43. help
  44. Say Y here to protect DS2433 data with a CRC16.
  45. Each block has 30 bytes of data and a two byte CRC16.
  46. Full block writes are only allowed if the CRC is valid.
  47. config W1_SLAVE_DS2760
  48. tristate "Dallas 2760 battery monitor chip (HP iPAQ & others)"
  49. depends on W1
  50. help
  51. If you enable this you will have the DS2760 battery monitor
  52. chip support.
  53. The battery monitor chip is used in many batteries/devices
  54. as the one who is responsible for charging/discharging/monitoring
  55. Li+ batteries.
  56. If you are unsure, say N.
  57. config W1_SLAVE_DS2780
  58. tristate "Dallas 2780 battery monitor chip"
  59. depends on W1
  60. help
  61. If you enable this you will have the DS2780 battery monitor
  62. chip support.
  63. The battery monitor chip is used in many batteries/devices
  64. as the one who is responsible for charging/discharging/monitoring
  65. Li+ batteries.
  66. If you are unsure, say N.
  67. config W1_SLAVE_DS2781
  68. tristate "Dallas 2781 battery monitor chip"
  69. depends on W1
  70. help
  71. If you enable this you will have the DS2781 battery monitor
  72. chip support.
  73. The battery monitor chip is used in many batteries/devices
  74. as the one who is responsible for charging/discharging/monitoring
  75. Li+ batteries.
  76. If you are unsure, say N.
  77. config W1_SLAVE_BQ27000
  78. tristate "BQ27000 slave support"
  79. depends on W1
  80. help
  81. Say Y here if you want to use a hdq
  82. bq27000 slave support.
  83. config W1_SLAVE_DS28EL15
  84. tristate "MAXIM DS28EL15 DeepCover Secure Authenticator with SHA-256 and 512-Bit User EEPROM"
  85. depends on W1
  86. help
  87. If you enable this you will have the DS28EL15 secure chip support.
  88. endmenu