Evgeniy Polyakov | bd529cf | 2005-12-06 13:38:28 +0300 | [diff] [blame] | 1 | # |
| 2 | # 1-wire bus master configuration |
| 3 | # |
| 4 | |
| 5 | menu "1-wire Bus Masters" |
| 6 | depends on W1 |
| 7 | |
| 8 | config W1_MASTER_MATROX |
| 9 | tristate "Matrox G400 transport layer for 1-wire" |
| 10 | depends on W1 && PCI |
| 11 | help |
| 12 | Say Y here if you want to communicate with your 1-wire devices |
| 13 | using Matrox's G400 GPIO pins. |
| 14 | |
| 15 | This support is also available as a module. If so, the module |
| 16 | will be called matrox_w1.ko. |
| 17 | |
Evgeniy Polyakov | 81f6075 | 2006-03-23 19:11:58 +0300 | [diff] [blame] | 18 | config W1_MASTER_DS2490 |
| 19 | tristate "DS2490 USB <-> W1 transport layer for 1-wire" |
| 20 | depends on W1 && USB |
| 21 | help |
| 22 | Say Y here if you want to have a driver for DS2490 based USB <-> W1 bridges, |
| 23 | for example DS9490*. |
Evgeniy Polyakov | bd529cf | 2005-12-06 13:38:28 +0300 | [diff] [blame] | 24 | |
Evgeniy Polyakov | 81f6075 | 2006-03-23 19:11:58 +0300 | [diff] [blame] | 25 | This support is also available as a module. If so, the module |
| 26 | will be called ds2490.ko. |
Evgeniy Polyakov | bd529cf | 2005-12-06 13:38:28 +0300 | [diff] [blame] | 27 | |
Evgeniy Polyakov | baf12ae | 2005-12-06 13:38:28 +0300 | [diff] [blame] | 28 | config W1_MASTER_DS2482 |
| 29 | tristate "Maxim DS2482 I2C to 1-Wire bridge" |
| 30 | depends on I2C && W1 && EXPERIMENTAL |
| 31 | help |
| 32 | If you say yes here you get support for the Maxim DS2482 |
| 33 | I2C to 1-Wire bridge. |
| 34 | |
| 35 | This driver can also be built as a module. If so, the module |
| 36 | will be called ds2482. |
| 37 | |
akpm@linux-foundation.org | f19b121 | 2007-05-08 00:31:22 -0700 | [diff] [blame^] | 38 | config W1_MASTER_DS1WM |
| 39 | tristate "Maxim DS1WM 1-wire busmaster" |
| 40 | depends on W1 && ARM |
| 41 | help |
| 42 | Say Y here to enable the DS1WM 1-wire driver, such as that |
| 43 | in HP iPAQ devices like h5xxx, h2200, and ASIC3-based like |
| 44 | hx4700. |
| 45 | |
Evgeniy Polyakov | bd529cf | 2005-12-06 13:38:28 +0300 | [diff] [blame] | 46 | endmenu |
| 47 | |