Kconfig 429 B

123456789101112131415161718192021
  1. #
  2. # For a description of the syntax of this configuration file,
  3. # see the file kconfig-language.txt in the NuttX tools repository.
  4. #
  5. menuconfig 1WIRE
  6. bool "1wire Device Support"
  7. default n
  8. ---help---
  9. Drivers for various 1wire devices.
  10. if 1WIRE
  11. config 1WIRE_DS28E17
  12. bool "DS28E17 1-wire to I2C converter"
  13. default n
  14. depends on I2C
  15. ---help---
  16. Enable support for the Maxim DS28E17 1-wire to I2C converter
  17. endif # 1WIRE