This commit was manufactured by cvs2svn to create branch 'vserver'.
[linux-2.6.git] / drivers / w1 / Kconfig
1 menu "Dallas's 1-wire bus"
2
3 config W1
4         tristate "Dallas's 1-wire support"
5         ---help---
6           Dallas's 1-wire bus is usefull to connect slow 1-pin devices 
7           such as iButtons and thermal sensors.
8           
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
14 config W1_MATROX
15         tristate "Matrox G400 transport layer for 1-wire"
16         depends on W1
17         help
18           Say Y here if you want to communicate with your 1-wire devices
19           using Matrox's G400 GPIO pins.
20           
21           This support is also available as a module.  If so, the module 
22           will be called matrox_w1.ko.
23
24 config W1_THERM
25         tristate "Thermal family implementation"
26         depends on W1
27         help
28           Say Y here if you want to connect 1-wire thermal sensors to you
29           wire.
30
31 endmenu