mirror of
https://github.com/apache/nuttx.git
synced 2026-08-02 20:59:02 +00:00
Squashed commit of the following:
Author: Gregory Nutt <gnutt@nuttx.org>
Some cosmetic changes from coding style review.
Author: Juha Niskanen <juha.niskanen@haltian.com>
drivers/1wire: add 1-wire subsystem and ds28e17 driver
15 lines
322 B
Text
15 lines
322 B
Text
#
|
|
# For a description of the syntax of this configuration file,
|
|
# see the file kconfig-language.txt in the NuttX tools repository.
|
|
#
|
|
|
|
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
|