summaryrefslogtreecommitdiffstats
path: root/drivers/w1/masters/Kconfig
blob: e429c14fb90abf9c593c8211eb75e660753f1b4b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#
# 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