Kconfig 415 B

1234567891011121314151617
  1. menu "Dallas's 1-wire bus"
  2. config W1
  3. tristate "Dallas's 1-wire support"
  4. ---help---
  5. Dallas's 1-wire bus is useful to connect slow 1-pin devices
  6. such as iButtons and thermal sensors.
  7. If you want W1 support, you should say Y here.
  8. This W1 support can also be built as a module. If so, the module
  9. will be called wire.ko.
  10. source drivers/w1/masters/Kconfig
  11. source drivers/w1/slaves/Kconfig
  12. endmenu