barebox/drivers/w1/Kconfig
Jean-Christophe PLAGNIOL-VILLARD 0c30d94b91 w1: add dual search support
Some 1-wire device need to be search twice to be detected

Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
2013-01-29 09:58:07 +01:00

20 lines
410 B
Text

menuconfig W1
bool "Dallas's 1-wire support"
---help---
Dallas' 1-wire bus is useful to connect slow 1-pin devices
such as iButtons and thermal sensors.
If you want W1 support, you should say Y here.
if W1
source drivers/w1/masters/Kconfig
source drivers/w1/slaves/Kconfig
config W1_DUAL_SEARCH
bool "dual search"
---help---
Some device need to be searched twice to be detected
endif # W1