Newer
Older
barebox / drivers / w1 / masters / Kconfig
@Jean-Christophe PLAGNIOL-VILLARD Jean-Christophe PLAGNIOL-VILLARD on 29 Oct 2012 295 bytes 1-wire: add gpio bus
#
# 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