home *** CD-ROM | disk | FTP | other *** search
/ PC Welt 2006 November (DVD) / PCWELT_11_2006.ISO / casper / filesystem.squashfs / usr / src / linux-headers-2.6.17-6 / drivers / w1 / Kconfig next >
Encoding:
Text File  |  2006-08-11  |  415 b   |  18 lines

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