barebox/drivers/w1/masters/Kconfig
Jean-Christophe PLAGNIOL-VILLARD 6cb9aa9202 1-wire: add gpio bus
Based on linux implementation.

Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
2012-10-29 22:31:18 +01:00

15 lines
295 B
Text

#
# 1-wire bus master configuration
#
menu "1-wire Bus Masters"
config W1_MASTER_GPIO
bool "GPIO 1-wire busmaster"
depends on GENERIC_GPIO
help
Say Y here if you want to communicate with your 1-wire devices using
GPIO pins. This driver uses the GPIO API to control the wire.
endmenu