ac2aec96e0
1.Move subsystem config into sub folder 2.Remove the duplicated if/endif Change-Id: I0b96ac0570ee1ba62bbb95586381f5410b90bcf0 Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
12 lines
297 B
Plaintext
12 lines
297 B
Plaintext
#
|
|
# For a description of the syntax of this configuration file,
|
|
# see the file kconfig-language.txt in the NuttX tools repository.
|
|
#
|
|
|
|
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
|