Kconfig (cb5629b10d64a8006622ce3a52bc887d91057d69) | Kconfig (4737f0978d6e64eae468e01fa181abf6499e6b84) |
---|---|
1# 2# 1-wire bus master configuration 3# 4 5menu "1-wire Bus Masters" 6 7config W1_MASTER_MATROX 8 tristate "Matrox G400 transport layer for 1-wire" 9 depends on PCI 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 | 1# 2# 1-wire bus master configuration 3# 4 5menu "1-wire Bus Masters" 6 7config W1_MASTER_MATROX 8 tristate "Matrox G400 transport layer for 1-wire" 9 depends on PCI 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 |
15 will be called matrox_w1.ko. | 15 will be called matrox_w1. |
16 17config W1_MASTER_DS2490 18 tristate "DS2490 USB <-> W1 transport layer for 1-wire" 19 depends on USB 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 | 16 17config W1_MASTER_DS2490 18 tristate "DS2490 USB <-> W1 transport layer for 1-wire" 19 depends on USB 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 |
25 will be called ds2490.ko. | 25 will be called ds2490. |
26 27config W1_MASTER_DS2482 28 tristate "Maxim DS2482 I2C to 1-Wire bridge" 29 depends on I2C && EXPERIMENTAL 30 help 31 If you say yes here you get support for the Maxim DS2482 32 I2C to 1-Wire bridge. 33 --- 17 unchanged lines hidden (view full) --- 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 | 26 27config W1_MASTER_DS2482 28 tristate "Maxim DS2482 I2C to 1-Wire bridge" 29 depends on I2C && EXPERIMENTAL 30 help 31 If you say yes here you get support for the Maxim DS2482 32 I2C to 1-Wire bridge. 33 --- 17 unchanged lines hidden (view full) --- 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 |
59 will be called w1-gpio.ko. | 59 will be called w1-gpio. |
60 61config HDQ_MASTER_OMAP 62 tristate "OMAP HDQ driver" 63 depends on ARCH_OMAP2430 || ARCH_OMAP34XX 64 help 65 Say Y here if you want support for the 1-wire or HDQ Interface 66 on an OMAP processor. 67 68endmenu 69 | 60 61config HDQ_MASTER_OMAP 62 tristate "OMAP HDQ driver" 63 depends on ARCH_OMAP2430 || ARCH_OMAP34XX 64 help 65 Say Y here if you want support for the 1-wire or HDQ Interface 66 on an OMAP processor. 67 68endmenu 69 |