blob: 1708b2300c7a9ca2ecbbbd3be21342b0cefeee79 [file] [log] [blame]
Evgeniy Polyakovbd529cf2005-12-06 13:38:28 +03001#
2# 1-wire bus master configuration
3#
4
5menu "1-wire Bus Masters"
Evgeniy Polyakovbd529cf2005-12-06 13:38:28 +03006
7config W1_MASTER_MATROX
8 tristate "Matrox G400 transport layer for 1-wire"
Jan Engelhardt012bfdf2007-07-15 23:39:39 -07009 depends on PCI
Evgeniy Polyakovbd529cf2005-12-06 13:38:28 +030010 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 Machek4737f092009-06-05 00:44:53 +020015 will be called matrox_w1.
Evgeniy Polyakovbd529cf2005-12-06 13:38:28 +030016
Evgeniy Polyakov81f60752006-03-23 19:11:58 +030017config W1_MASTER_DS2490
18 tristate "DS2490 USB <-> W1 transport layer for 1-wire"
Jan Engelhardt012bfdf2007-07-15 23:39:39 -070019 depends on USB
Evgeniy Polyakov81f60752006-03-23 19:11:58 +030020 help
21 Say Y here if you want to have a driver for DS2490 based USB <-> W1 bridges,
22 for example DS9490*.
Evgeniy Polyakovbd529cf2005-12-06 13:38:28 +030023
Evgeniy Polyakov81f60752006-03-23 19:11:58 +030024 This support is also available as a module. If so, the module
Pavel Machek4737f092009-06-05 00:44:53 +020025 will be called ds2490.
Evgeniy Polyakovbd529cf2005-12-06 13:38:28 +030026
Evgeniy Polyakovbaf12ae2005-12-06 13:38:28 +030027config W1_MASTER_DS2482
28 tristate "Maxim DS2482 I2C to 1-Wire bridge"
Kees Cook12b9f8a2012-10-23 13:03:27 -070029 depends on I2C
Evgeniy Polyakovbaf12ae2005-12-06 13:38:28 +030030 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 Hauera5fd9132009-01-07 18:08:58 -080037config W1_MASTER_MXC
38 tristate "Freescale MXC 1-wire busmaster"
Alexander Shiyanfc945d62014-02-22 11:29:51 +040039 depends on ARCH_MXC || COMPILE_TEST
Sascha Hauera5fd9132009-01-07 18:08:58 -080040 help
41 Say Y here to enable MXC 1-wire host
42
akpm@linux-foundation.orgf19b1212007-05-08 00:31:22 -070043config W1_MASTER_DS1WM
44 tristate "Maxim DS1WM 1-wire busmaster"
akpm@linux-foundation.orgf19b1212007-05-08 00:31:22 -070045 help
46 Say Y here to enable the DS1WM 1-wire driver, such as that
47 in HP iPAQ devices like h5xxx, h2200, and ASIC3-based like
48 hx4700.
49
Ville Syrjalaad8dc962008-02-06 01:39:01 -080050config W1_MASTER_GPIO
51 tristate "GPIO 1-wire busmaster"
Alexandre Courbot76ec9d12013-03-28 04:34:56 -070052 depends on GPIOLIB
Ville Syrjalaad8dc962008-02-06 01:39:01 -080053 help
54 Say Y here if you want to communicate with your 1-wire devices using
55 GPIO pins. This driver uses the GPIO API to control the wire.
56
57 This support is also available as a module. If so, the module
Pavel Machek4737f092009-06-05 00:44:53 +020058 will be called w1-gpio.
Ville Syrjalaad8dc962008-02-06 01:39:01 -080059
Madhusudhan Chikkature9f2bc792008-11-12 13:27:09 -080060config HDQ_MASTER_OMAP
61 tristate "OMAP HDQ driver"
Tony Lindgren770b6cb2012-12-16 12:28:46 -080062 depends on ARCH_OMAP
Madhusudhan Chikkature9f2bc792008-11-12 13:27:09 -080063 help
64 Say Y here if you want support for the 1-wire or HDQ Interface
65 on an OMAP processor.
66
Evgeniy Polyakovbd529cf2005-12-06 13:38:28 +030067endmenu
68