2005-12-06 13:38:28 +03:00
#
# 1-wire bus master configuration
#
menu "1-wire Bus Masters"
config W1_MASTER_MATROX
tristate "Matrox G400 transport layer for 1-wire"
2007-07-15 23:39:39 -07:00
depends on PCI
2005-12-06 13:38:28 +03:00
help
Say Y here if you want to communicate with your 1-wire devices
using Matrox's G400 GPIO pins.
This support is also available as a module. If so, the module
2009-06-05 00:44:53 +02:00
will be called matrox_w1.
2005-12-06 13:38:28 +03:00
2006-03-23 19:11:58 +03:00
config W1_MASTER_DS2490
tristate "DS2490 USB <-> W1 transport layer for 1-wire"
2007-07-15 23:39:39 -07:00
depends on USB
2006-03-23 19:11:58 +03:00
help
Say Y here if you want to have a driver for DS2490 based USB <-> W1 bridges,
for example DS9490*.
This support is also available as a module. If so, the module
2009-06-05 00:44:53 +02:00
will be called ds2490.
2005-12-06 13:38:28 +03:00
2005-12-06 13:38:28 +03:00
config W1_MASTER_DS2482
tristate "Maxim DS2482 I2C to 1-Wire bridge"
2007-07-15 23:39:39 -07:00
depends on I2C && EXPERIMENTAL
2005-12-06 13:38:28 +03:00
help
If you say yes here you get support for the Maxim DS2482
I2C to 1-Wire bridge.
This driver can also be built as a module. If so, the module
will be called ds2482.
2009-01-07 18:08:58 -08:00
config W1_MASTER_MXC
tristate "Freescale MXC 1-wire busmaster"
depends on W1 && ARCH_MXC
help
Say Y here to enable MXC 1-wire host
2007-05-08 00:31:22 -07:00
config W1_MASTER_DS1WM
tristate "Maxim DS1WM 1-wire busmaster"
2008-11-22 17:34:44 +00:00
depends on W1 && ARM && HAVE_CLK
2007-05-08 00:31:22 -07:00
help
Say Y here to enable the DS1WM 1-wire driver, such as that
in HP iPAQ devices like h5xxx, h2200, and ASIC3-based like
hx4700.
2008-02-06 01:39:01 -08:00
config W1_MASTER_GPIO
tristate "GPIO 1-wire busmaster"
depends on GENERIC_GPIO
help
Say Y here if you want to communicate with your 1-wire devices using
GPIO pins. This driver uses the GPIO API to control the wire.
This support is also available as a module. If so, the module
2009-06-05 00:44:53 +02:00
will be called w1-gpio.
2008-02-06 01:39:01 -08:00
2008-11-12 13:27:09 -08:00
config HDQ_MASTER_OMAP
tristate "OMAP HDQ driver"
2010-02-12 12:26:48 -08:00
depends on ARCH_OMAP2430 || ARCH_OMAP3
2008-11-12 13:27:09 -08:00
help
Say Y here if you want support for the 1-wire or HDQ Interface
on an OMAP processor.
2005-12-06 13:38:28 +03:00
endmenu