Kconfig 2.0 KB

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