xref: /openbmc/linux/drivers/w1/masters/Kconfig (revision 770b6cb4)
1bd529cfbSEvgeniy Polyakov#
2bd529cfbSEvgeniy Polyakov# 1-wire bus master configuration
3bd529cfbSEvgeniy Polyakov#
4bd529cfbSEvgeniy Polyakov
5bd529cfbSEvgeniy Polyakovmenu "1-wire Bus Masters"
6bd529cfbSEvgeniy Polyakov
7bd529cfbSEvgeniy Polyakovconfig W1_MASTER_MATROX
8bd529cfbSEvgeniy Polyakov	tristate "Matrox G400 transport layer for 1-wire"
9012bfdf0SJan Engelhardt	depends on PCI
10bd529cfbSEvgeniy Polyakov	help
11bd529cfbSEvgeniy Polyakov	  Say Y here if you want to communicate with your 1-wire devices
12bd529cfbSEvgeniy Polyakov	  using Matrox's G400 GPIO pins.
13bd529cfbSEvgeniy Polyakov
14bd529cfbSEvgeniy Polyakov	  This support is also available as a module.  If so, the module
154737f097SPavel Machek	  will be called matrox_w1.
16bd529cfbSEvgeniy Polyakov
1781f6075eSEvgeniy Polyakovconfig W1_MASTER_DS2490
1881f6075eSEvgeniy Polyakov	tristate "DS2490 USB <-> W1 transport layer for 1-wire"
19012bfdf0SJan Engelhardt  	depends on USB
20bd529cfbSEvgeniy Polyakov  	help
2181f6075eSEvgeniy Polyakov	  Say Y here if you want to have a driver for DS2490 based USB <-> W1 bridges,
2281f6075eSEvgeniy Polyakov	  for example DS9490*.
23bd529cfbSEvgeniy Polyakov
24bd529cfbSEvgeniy Polyakov  	  This support is also available as a module.  If so, the module
254737f097SPavel Machek	  will be called ds2490.
26bd529cfbSEvgeniy Polyakov
27baf12ae2SEvgeniy Polyakovconfig W1_MASTER_DS2482
28baf12ae2SEvgeniy Polyakov	tristate "Maxim DS2482 I2C to 1-Wire bridge"
2912b9f8a2SKees Cook	depends on I2C
30baf12ae2SEvgeniy Polyakov	help
31baf12ae2SEvgeniy Polyakov	  If you say yes here you get support for the Maxim DS2482
32baf12ae2SEvgeniy Polyakov	  I2C to 1-Wire bridge.
33baf12ae2SEvgeniy Polyakov
34baf12ae2SEvgeniy Polyakov	  This driver can also be built as a module.  If so, the module
35baf12ae2SEvgeniy Polyakov	  will be called ds2482.
36baf12ae2SEvgeniy Polyakov
37a5fd9139SSascha Hauerconfig W1_MASTER_MXC
38a5fd9139SSascha Hauer	tristate "Freescale MXC 1-wire busmaster"
39a5fd9139SSascha Hauer	depends on W1 && ARCH_MXC
40a5fd9139SSascha Hauer	help
41a5fd9139SSascha Hauer	  Say Y here to enable MXC 1-wire host
42a5fd9139SSascha Hauer
43f19b121eSakpm@linux-foundation.orgconfig W1_MASTER_DS1WM
44f19b121eSakpm@linux-foundation.org	tristate "Maxim DS1WM 1-wire busmaster"
4526575f95SGeert Uytterhoeven	depends on W1 && GENERIC_HARDIRQS
46f19b121eSakpm@linux-foundation.org	help
47f19b121eSakpm@linux-foundation.org	  Say Y here to enable the DS1WM 1-wire driver, such as that
48f19b121eSakpm@linux-foundation.org	  in HP iPAQ devices like h5xxx, h2200, and ASIC3-based like
49f19b121eSakpm@linux-foundation.org	  hx4700.
50f19b121eSakpm@linux-foundation.org
51ad8dc96eSVille Syrjalaconfig W1_MASTER_GPIO
52ad8dc96eSVille Syrjala	tristate "GPIO 1-wire busmaster"
53ad8dc96eSVille Syrjala	depends on GENERIC_GPIO
54ad8dc96eSVille Syrjala	help
55ad8dc96eSVille Syrjala	  Say Y here if you want to communicate with your 1-wire devices using
56ad8dc96eSVille Syrjala	  GPIO pins. This driver uses the GPIO API to control the wire.
57ad8dc96eSVille Syrjala
58ad8dc96eSVille Syrjala	  This support is also available as a module.  If so, the module
594737f097SPavel Machek	  will be called w1-gpio.
60ad8dc96eSVille Syrjala
619f2bc79fSMadhusudhan Chikkatureconfig HDQ_MASTER_OMAP
629f2bc79fSMadhusudhan Chikkature	tristate "OMAP HDQ driver"
63770b6cb4STony Lindgren	depends on ARCH_OMAP
649f2bc79fSMadhusudhan Chikkature	help
659f2bc79fSMadhusudhan Chikkature	  Say Y here if you want support for the 1-wire or HDQ Interface
669f2bc79fSMadhusudhan Chikkature	  on an OMAP processor.
679f2bc79fSMadhusudhan Chikkature
68bd529cfbSEvgeniy Polyakovendmenu
69bd529cfbSEvgeniy Polyakov
70