blob: ca75b3ad3a2ebd6f64ae48fc7d476c7ec98f86ec [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001menu "Dallas's 1-wire bus"
Martin Schwidefskye25df122007-05-10 15:45:57 +02002 depends on HAS_IOMEM
Linus Torvalds1da177e2005-04-16 15:20:36 -07003
4config W1
5 tristate "Dallas's 1-wire support"
6 ---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