22 lines
429 B
Plaintext
22 lines
429 B
Plaintext
#
|
|
# For a description of the syntax of this configuration file,
|
|
# see the file kconfig-language.txt in the NuttX tools repository.
|
|
#
|
|
|
|
menuconfig 1WIRE
|
|
bool "1wire Device Support"
|
|
default n
|
|
---help---
|
|
Drivers for various 1wire devices.
|
|
|
|
if 1WIRE
|
|
|
|
config 1WIRE_DS28E17
|
|
bool "DS28E17 1-wire to I2C converter"
|
|
default n
|
|
depends on I2C
|
|
---help---
|
|
Enable support for the Maxim DS28E17 1-wire to I2C converter
|
|
|
|
endif # 1WIRE
|