2019-05-19 13:07:45 +01:00
# SPDX-License-Identifier: GPL-2.0-only
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"
2012-10-23 13:03:27 -07:00
depends on I2C
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"
2014-02-22 11:29:51 +04:00
depends on ARCH_MXC || COMPILE_TEST
2009-01-07 18:08:58 -08:00
help
Say Y here to enable MXC 1-wire host
2008-02-06 01:39:01 -08:00
config W1_MASTER_GPIO
tristate "GPIO 1-wire busmaster"
2018-06-21 20:54:42 +02:00
depends on GPIOLIB || COMPILE_TEST
2008-02-06 01: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 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"
2023-04-15 12:43:01 +02:00
depends on ARCH_OMAP || COMPILE_TEST
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.
2019-08-31 10:26:21 +02:00
config W1_MASTER_SGI
tristate "SGI ASIC driver"
help
Say Y here if you want support for your 1-wire devices using
SGI ASIC 1-Wire interface
This support is also available as a module. If so, the module
will be called sgi_w1.
2005-12-06 13:38:28 +03:00
endmenu