1# SPDX-License-Identifier: GPL-2.0-only 2# 3# 1-wire bus master configuration 4# 5 6menu "1-wire Bus Masters" 7 8config W1_MASTER_MATROX 9 tristate "Matrox G400 transport layer for 1-wire" 10 depends on PCI 11 help 12 Say Y here if you want to communicate with your 1-wire devices 13 using Matrox's G400 GPIO pins. 14 15 This support is also available as a module. If so, the module 16 will be called matrox_w1. 17 18config W1_MASTER_DS2490 19 tristate "DS2490 USB <-> W1 transport layer for 1-wire" 20 depends on USB 21 help 22 Say Y here if you want to have a driver for DS2490 based USB <-> W1 bridges, 23 for example DS9490*. 24 25 This support is also available as a module. If so, the module 26 will be called ds2490. 27 28config W1_MASTER_DS2482 29 tristate "Maxim DS2482 I2C to 1-Wire bridge" 30 depends on I2C 31 help 32 If you say yes here you get support for the Maxim DS2482 33 I2C to 1-Wire bridge. 34 35 This driver can also be built as a module. If so, the module 36 will be called ds2482. 37 38config W1_MASTER_MXC 39 tristate "Freescale MXC 1-wire busmaster" 40 depends on ARCH_MXC || COMPILE_TEST 41 help 42 Say Y here to enable MXC 1-wire host 43 44config W1_MASTER_DS1WM 45 tristate "Maxim DS1WM 1-wire busmaster" 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 51config W1_MASTER_GPIO 52 tristate "GPIO 1-wire busmaster" 53 depends on GPIOLIB || COMPILE_TEST 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 59 will be called w1-gpio. 60 61config HDQ_MASTER_OMAP 62 tristate "OMAP HDQ driver" 63 depends on ARCH_OMAP 64 help 65 Say Y here if you want support for the 1-wire or HDQ Interface 66 on an OMAP processor. 67 68config W1_MASTER_SGI 69 tristate "SGI ASIC driver" 70 help 71 Say Y here if you want support for your 1-wire devices using 72 SGI ASIC 1-Wire interface 73 74 This support is also available as a module. If so, the module 75 will be called sgi_w1. 76 77endmenu 78 79