]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blame - drivers/w1/masters/Kconfig
omap: Start using CONFIG_SOC_OMAP
[mirror_ubuntu-bionic-kernel.git] / drivers / w1 / masters / Kconfig
CommitLineData
bd529cfb
EP
1#
2# 1-wire bus master configuration
3#
4
5menu "1-wire Bus Masters"
bd529cfb
EP
6
7config W1_MASTER_MATROX
8 tristate "Matrox G400 transport layer for 1-wire"
012bfdf0 9 depends on PCI
bd529cfb
EP
10 help
11 Say Y here if you want to communicate with your 1-wire devices
12 using Matrox's G400 GPIO pins.
13
14 This support is also available as a module. If so, the module
4737f097 15 will be called matrox_w1.
bd529cfb 16
81f6075e
EP
17config W1_MASTER_DS2490
18 tristate "DS2490 USB <-> W1 transport layer for 1-wire"
012bfdf0 19 depends on USB
81f6075e
EP
20 help
21 Say Y here if you want to have a driver for DS2490 based USB <-> W1 bridges,
22 for example DS9490*.
23
24 This support is also available as a module. If so, the module
4737f097 25 will be called ds2490.
bd529cfb 26
baf12ae2
EP
27config W1_MASTER_DS2482
28 tristate "Maxim DS2482 I2C to 1-Wire bridge"
012bfdf0 29 depends on I2C && EXPERIMENTAL
baf12ae2
EP
30 help
31 If you say yes here you get support for the Maxim DS2482
32 I2C to 1-Wire bridge.
33
34 This driver can also be built as a module. If so, the module
35 will be called ds2482.
36
a5fd9139
SH
37config W1_MASTER_MXC
38 tristate "Freescale MXC 1-wire busmaster"
39 depends on W1 && ARCH_MXC
40 help
41 Say Y here to enable MXC 1-wire host
42
f19b121e
AM
43config W1_MASTER_DS1WM
44 tristate "Maxim DS1WM 1-wire busmaster"
2fceab0b 45 depends on W1 && ARM && HAVE_CLK
f19b121e
AM
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
ad8dc96e
VS
51config W1_MASTER_GPIO
52 tristate "GPIO 1-wire busmaster"
53 depends on GENERIC_GPIO
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
4737f097 59 will be called w1-gpio.
ad8dc96e 60
9f2bc79f
MC
61config HDQ_MASTER_OMAP
62 tristate "OMAP HDQ driver"
59b479e0 63 depends on SOC_OMAP2430 || ARCH_OMAP3
9f2bc79f
MC
64 help
65 Say Y here if you want support for the 1-wire or HDQ Interface
66 on an OMAP processor.
67
bd529cfb
EP
68endmenu
69