Kconfig (f43dc23d5ea91fca257be02138a255f02d98e806) | Kconfig (59b479e0985f0b795d68331d6443a7f89c47768d) |
---|---|
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" --- 46 unchanged lines hidden (view full) --- 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" | 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" --- 46 unchanged lines hidden (view full) --- 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_OMAP2430 || ARCH_OMAP3 | 63 depends on SOC_OMAP2430 || ARCH_OMAP3 |
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 | 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 |