1 # SPDX-License-Identifier: GPL-2.0-only
3 # 1-wire bus master configuration
6 menu "1-wire Bus Masters"
8 config W1_MASTER_AMD_AXI
9 tristate "AMD AXI 1-wire bus host"
11 Say Y here is you want to support the AMD AXI 1-wire IP core.
12 This driver makes use of the programmable logic IP to perform
13 correctly timed 1 wire transactions without relying on GPIO timing
16 This driver can also be built as a module. If so, the module will be
19 config W1_MASTER_MATROX
20 tristate "Matrox G400 transport layer for 1-wire"
23 Say Y here if you want to communicate with your 1-wire devices
24 using Matrox's G400 GPIO pins.
26 This support is also available as a module. If so, the module
27 will be called matrox_w1.
29 config W1_MASTER_DS2490
30 tristate "DS2490 USB <-> W1 transport layer for 1-wire"
33 Say Y here if you want to have a driver for DS2490 based USB <-> W1 bridges,
36 This support is also available as a module. If so, the module
37 will be called ds2490.
39 config W1_MASTER_DS2482
40 tristate "Maxim DS2482 I2C to 1-Wire bridge"
43 If you say yes here you get support for the Maxim DS2482
46 This driver can also be built as a module. If so, the module
47 will be called ds2482.
50 tristate "Freescale MXC 1-wire busmaster"
51 depends on ARCH_MXC || COMPILE_TEST
53 Say Y here to enable MXC 1-wire host
56 tristate "GPIO 1-wire busmaster"
57 depends on GPIOLIB || COMPILE_TEST
59 Say Y here if you want to communicate with your 1-wire devices using
60 GPIO pins. This driver uses the GPIO API to control the wire.
62 This support is also available as a module. If so, the module
63 will be called w1-gpio.
65 config HDQ_MASTER_OMAP
66 tristate "OMAP HDQ driver"
67 depends on ARCH_OMAP || COMPILE_TEST
69 Say Y here if you want support for the 1-wire or HDQ Interface
73 tristate "SGI ASIC driver"
75 Say Y here if you want support for your 1-wire devices using
76 SGI ASIC 1-Wire interface
78 This support is also available as a module. If so, the module
79 will be called sgi_w1.
82 tristate "UART 1-wire driver"
83 depends on SERIAL_DEV_BUS
85 Say Y here if you want to communicate with your 1-wire devices using
88 This support is also available as a module. If so, the module
89 will be called w1-uart.