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" |
Evgeniy Polyakov | bd529cf | 2005-12-06 13:38:28 +0300 | [diff] [blame] | 6 | |
| 7 | config W1_MASTER_MATROX |
| 8 | tristate "Matrox G400 transport layer for 1-wire" |
Jan Engelhardt | 012bfdf | 2007-07-15 23:39:39 -0700 | [diff] [blame] | 9 | depends on PCI |
Evgeniy Polyakov | bd529cf | 2005-12-06 13:38:28 +0300 | [diff] [blame] | 10 | help |
| 11 | Say Y here if you want to communicate with your 1-wire devices |
| 12 | using Matrox's G400 GPIO pins. |
| 13 | |
| 14 | This support is also available as a module. If so, the module |
Pavel Machek | 4737f09 | 2009-06-05 00:44:53 +0200 | [diff] [blame] | 15 | will be called matrox_w1. |
Evgeniy Polyakov | bd529cf | 2005-12-06 13:38:28 +0300 | [diff] [blame] | 16 | |
Evgeniy Polyakov | 81f6075 | 2006-03-23 19:11:58 +0300 | [diff] [blame] | 17 | config W1_MASTER_DS2490 |
| 18 | tristate "DS2490 USB <-> W1 transport layer for 1-wire" |
Jan Engelhardt | 012bfdf | 2007-07-15 23:39:39 -0700 | [diff] [blame] | 19 | depends on USB |
Evgeniy Polyakov | 81f6075 | 2006-03-23 19:11:58 +0300 | [diff] [blame] | 20 | help |
| 21 | Say Y here if you want to have a driver for DS2490 based USB <-> W1 bridges, |
| 22 | for example DS9490*. |
Evgeniy Polyakov | bd529cf | 2005-12-06 13:38:28 +0300 | [diff] [blame] | 23 | |
Evgeniy Polyakov | 81f6075 | 2006-03-23 19:11:58 +0300 | [diff] [blame] | 24 | This support is also available as a module. If so, the module |
Pavel Machek | 4737f09 | 2009-06-05 00:44:53 +0200 | [diff] [blame] | 25 | will be called ds2490. |
Evgeniy Polyakov | bd529cf | 2005-12-06 13:38:28 +0300 | [diff] [blame] | 26 | |
Evgeniy Polyakov | baf12ae | 2005-12-06 13:38:28 +0300 | [diff] [blame] | 27 | config W1_MASTER_DS2482 |
| 28 | tristate "Maxim DS2482 I2C to 1-Wire bridge" |
Kees Cook | 12b9f8a | 2012-10-23 13:03:27 -0700 | [diff] [blame] | 29 | depends on I2C |
Evgeniy Polyakov | baf12ae | 2005-12-06 13:38:28 +0300 | [diff] [blame] | 30 | help |
| 31 | If you say yes here you get support for the Maxim DS2482 |
| 32 | I2C to 1-Wire bridge. |
| 33 | |
| 34 | This driver can also be built as a module. If so, the module |
| 35 | will be called ds2482. |
| 36 | |
Sascha Hauer | a5fd913 | 2009-01-07 18:08:58 -0800 | [diff] [blame] | 37 | config W1_MASTER_MXC |
| 38 | tristate "Freescale MXC 1-wire busmaster" |
| 39 | depends on W1 && ARCH_MXC |
| 40 | help |
| 41 | Say Y here to enable MXC 1-wire host |
| 42 | |
akpm@linux-foundation.org | f19b121 | 2007-05-08 00:31:22 -0700 | [diff] [blame] | 43 | config W1_MASTER_DS1WM |
| 44 | tristate "Maxim DS1WM 1-wire busmaster" |
Geert Uytterhoeven | 26575f9 | 2011-06-15 15:08:35 -0700 | [diff] [blame] | 45 | depends on W1 && GENERIC_HARDIRQS |
akpm@linux-foundation.org | f19b121 | 2007-05-08 00:31:22 -0700 | [diff] [blame] | 46 | help |
| 47 | Say Y here to enable the DS1WM 1-wire driver, such as that |
| 48 | in HP iPAQ devices like h5xxx, h2200, and ASIC3-based like |
| 49 | hx4700. |
| 50 | |
Ville Syrjala | ad8dc96 | 2008-02-06 01:39:01 -0800 | [diff] [blame] | 51 | config W1_MASTER_GPIO |
| 52 | tristate "GPIO 1-wire busmaster" |
Alexandre Courbot | 76ec9d1 | 2013-03-28 04:34:56 -0700 | [diff] [blame] | 53 | depends on GPIOLIB |
Ville Syrjala | ad8dc96 | 2008-02-06 01:39:01 -0800 | [diff] [blame] | 54 | help |
| 55 | Say Y here if you want to communicate with your 1-wire devices using |
| 56 | GPIO pins. This driver uses the GPIO API to control the wire. |
| 57 | |
| 58 | This support is also available as a module. If so, the module |
Pavel Machek | 4737f09 | 2009-06-05 00:44:53 +0200 | [diff] [blame] | 59 | will be called w1-gpio. |
Ville Syrjala | ad8dc96 | 2008-02-06 01:39:01 -0800 | [diff] [blame] | 60 | |
Madhusudhan Chikkature | 9f2bc79 | 2008-11-12 13:27:09 -0800 | [diff] [blame] | 61 | config HDQ_MASTER_OMAP |
| 62 | tristate "OMAP HDQ driver" |
Tony Lindgren | 770b6cb | 2012-12-16 12:28:46 -0800 | [diff] [blame] | 63 | depends on ARCH_OMAP |
Madhusudhan Chikkature | 9f2bc79 | 2008-11-12 13:27:09 -0800 | [diff] [blame] | 64 | help |
| 65 | Say Y here if you want support for the 1-wire or HDQ Interface |
| 66 | on an OMAP processor. |
| 67 | |
Evgeniy Polyakov | bd529cf | 2005-12-06 13:38:28 +0300 | [diff] [blame] | 68 | endmenu |
| 69 | |