bd529cfb40
Signed-off-by: Ben Gardner <bgardner@wabtec.com> Signed-off-by: Evgeniy Polyakov <johnpol@2ka.mipt.ru> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
17 lines
415 B
Text
17 lines
415 B
Text
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
|