swh:1:snp:3c665ee4f67729f27f2e40193ab88e7298cf0fef
Raw File
Tip revision: d8c3291c73b958243b33f8509d4507e76dafd055 authored by Linus Torvalds on 11 May 2006, 23:31:53 UTC
Linux v2.6.17-rc4
Tip revision: d8c3291
Kconfig
menu "Dallas's 1-wire bus"

config W1
	tristate "Dallas's 1-wire support"
	---help---
	  Dallas's 1-wire bus is useful to connect slow 1-pin devices
	  such as iButtons and thermal sensors.

	  If you want W1 support, you should say Y here.

	  This W1 support can also be built as a module.  If so, the module
	  will be called wire.ko.

source drivers/w1/masters/Kconfig
source drivers/w1/slaves/Kconfig

endmenu
back to top