Kconfig (fc8e1ead9314cf0e0f1922e661428b93d3a50d88) | Kconfig (a8eb7ca0cbb41c9cd379b8d2a2a5efb503aa65e9) |
---|---|
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_OMAP34XX | 63 depends on ARCH_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 |