blob: 27c9d05d03ef23f1280754fab152393d6995bb14 [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001menu "Dallas's 1-wire bus"
2
3config W1
4 tristate "Dallas's 1-wire support"
Andrew Mortondeb0e9b2006-06-23 02:05:46 -07005 depends on CONNECTOR
Linus Torvalds1da177e2005-04-16 15:20:36 -07006 ---help---
Evgeniy Polyakov46e07f62006-04-03 12:01:12 +04007 Dallas' 1-wire bus is useful to connect slow 1-pin devices
Linus Torvalds1da177e2005-04-16 15:20:36 -07008 such as iButtons and thermal sensors.
Evgeniy Polyakov77859252005-05-20 22:33:25 +04009
Linus Torvalds1da177e2005-04-16 15:20:36 -070010 If you want W1 support, you should say Y here.
11
12 This W1 support can also be built as a module. If so, the module
13 will be called wire.ko.
14
Evgeniy Polyakov46e07f62006-04-03 12:01:12 +040015config W1_CON
Evgeniy Polyakov30841712006-04-27 19:40:27 +040016 depends on CONNECTOR && W1
Evgeniy Polyakov46e07f62006-04-03 12:01:12 +040017 bool "Userspace communication over connector"
18 default y
19 --- help ---
20 This allows to communicate with userspace using connector [Documentation/connector].
21 There are three types of messages between w1 core and userspace:
22 1. Events. They are generated each time new master or slave device found
23 either due to automatic or requested search.
Matt LaPlante09509602006-10-03 22:31:37 +020024 2. Userspace commands. Includes read/write and search/alarm search commands.
Evgeniy Polyakov46e07f62006-04-03 12:01:12 +040025 3. Replies to userspace commands.
26
Evgeniy Polyakovbd529cf2005-12-06 13:38:28 +030027source drivers/w1/masters/Kconfig
28source drivers/w1/slaves/Kconfig
Evgeniy Polyakov0a25e4d2005-08-17 15:24:37 +040029
Linus Torvalds1da177e2005-04-16 15:20:36 -070030endmenu