summaryrefslogtreecommitdiffstats
path: root/drivers/w1/masters/Kconfig
blob: 2060b0e4588602b7a603c55cf45b3092b530152d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# SPDX-License-Identifier: GPL-2.0
#
# 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