]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blame - drivers/w1/Kconfig
[PATCH] W1: Move w1 bus master code into 'w1/masters' and move w1 slave code into...
[mirror_ubuntu-artful-kernel.git] / drivers / w1 / Kconfig
CommitLineData
1da177e4
LT
1menu "Dallas's 1-wire bus"
2
3config W1
4 tristate "Dallas's 1-wire support"
5 ---help---
a58a414f 6 Dallas's 1-wire bus is useful to connect slow 1-pin devices
1da177e4 7 such as iButtons and thermal sensors.
7785925d 8
1da177e4
LT
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
bd529cfb
EP
14source drivers/w1/masters/Kconfig
15source drivers/w1/slaves/Kconfig
0a25e4d5 16
1da177e4 17endmenu