2005-12-06 18:38:28 +08: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-16 14:39:39 +08:00
|
|
|
depends on PCI
|
2005-12-06 18:38:28 +08: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 06:44:53 +08:00
|
|
|
will be called matrox_w1.
|
2005-12-06 18:38:28 +08:00
|
|
|
|
2006-03-24 00:11:58 +08:00
|
|
|
config W1_MASTER_DS2490
|
|
|
|
tristate "DS2490 USB <-> W1 transport layer for 1-wire"
|
2007-07-16 14:39:39 +08:00
|
|
|
depends on USB
|
2006-03-24 00:11:58 +08: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 06:44:53 +08:00
|
|
|
will be called ds2490.
|
2005-12-06 18:38:28 +08:00
|
|
|
|
2005-12-06 18:38:28 +08:00
|
|
|
config W1_MASTER_DS2482
|
|
|
|
tristate "Maxim DS2482 I2C to 1-Wire bridge"
|
2012-10-24 04:03:27 +08:00
|
|
|
depends on I2C
|
2005-12-06 18:38:28 +08: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-08 10:08:58 +08:00
|
|
|
config W1_MASTER_MXC
|
|
|
|
tristate "Freescale MXC 1-wire busmaster"
|
2014-02-22 15:29:51 +08:00
|
|
|
depends on ARCH_MXC || COMPILE_TEST
|
2009-01-08 10:08:58 +08:00
|
|
|
help
|
|
|
|
Say Y here to enable MXC 1-wire host
|
|
|
|
|
2007-05-08 15:31:22 +08:00
|
|
|
config W1_MASTER_DS1WM
|
|
|
|
tristate "Maxim DS1WM 1-wire busmaster"
|
|
|
|
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 17:39:01 +08:00
|
|
|
config W1_MASTER_GPIO
|
|
|
|
tristate "GPIO 1-wire busmaster"
|
2013-03-28 19:34:56 +08:00
|
|
|
depends on GPIOLIB
|
2008-02-06 17:39:01 +08:00
|
|
|
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 06:44:53 +08:00
|
|
|
will be called w1-gpio.
|
2008-02-06 17:39:01 +08:00
|
|
|
|
2008-11-13 05:27:09 +08:00
|
|
|
config HDQ_MASTER_OMAP
|
|
|
|
tristate "OMAP HDQ driver"
|
2012-12-17 04:28:46 +08:00
|
|
|
depends on ARCH_OMAP
|
2008-11-13 05: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 18:38:28 +08:00
|
|
|
endmenu
|
|
|
|
|