Refine Kconfig under drivers folder

1.Move subsystem config into sub folder
2.Remove the duplicated if/endif

Change-Id: I0b96ac0570ee1ba62bbb95586381f5410b90bcf0
Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
Xiang Xiao
2020-02-06 12:21:22 +08:00
committed by Alan Carvalho de Assis
parent afd03f5a7e
commit ac2aec96e0
13 changed files with 64 additions and 82 deletions
-4
View File
@@ -3,13 +3,9 @@
# 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