Kconfig 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. #
  2. # 1-wire bus master configuration
  3. #
  4. menu "1-wire Bus Masters"
  5. config W1_MASTER_MATROX
  6. tristate "Matrox G400 transport layer for 1-wire"
  7. depends on PCI
  8. help
  9. Say Y here if you want to communicate with your 1-wire devices
  10. using Matrox's G400 GPIO pins.
  11. This support is also available as a module. If so, the module
  12. will be called matrox_w1.
  13. config W1_MASTER_DS2490
  14. tristate "DS2490 USB <-> W1 transport layer for 1-wire"
  15. depends on USB
  16. help
  17. Say Y here if you want to have a driver for DS2490 based USB <-> W1 bridges,
  18. for example DS9490*.
  19. This support is also available as a module. If so, the module
  20. will be called ds2490.
  21. config W1_MASTER_DS2482
  22. tristate "Maxim DS2482 I2C to 1-Wire bridge"
  23. depends on I2C
  24. help
  25. If you say yes here you get support for the Maxim DS2482
  26. I2C to 1-Wire bridge.
  27. This driver can also be built as a module. If so, the module
  28. will be called ds2482.
  29. config W1_MASTER_MXC
  30. tristate "Freescale MXC 1-wire busmaster"
  31. depends on ARCH_MXC || COMPILE_TEST
  32. help
  33. Say Y here to enable MXC 1-wire host
  34. config W1_MASTER_DS1WM
  35. tristate "Maxim DS1WM 1-wire busmaster"
  36. help
  37. Say Y here to enable the DS1WM 1-wire driver, such as that
  38. in HP iPAQ devices like h5xxx, h2200, and ASIC3-based like
  39. hx4700.
  40. config W1_MASTER_GPIO
  41. tristate "GPIO 1-wire busmaster"
  42. depends on GPIOLIB
  43. help
  44. Say Y here if you want to communicate with your 1-wire devices using
  45. GPIO pins. This driver uses the GPIO API to control the wire.
  46. This support is also available as a module. If so, the module
  47. will be called w1-gpio.
  48. config HDQ_MASTER_OMAP
  49. tristate "OMAP HDQ driver"
  50. depends on ARCH_OMAP
  51. help
  52. Say Y here if you want support for the 1-wire or HDQ Interface
  53. on an OMAP processor.
  54. endmenu