summaryrefslogtreecommitdiff
path: root/drivers/w1/Kconfig
blob: d6e045739d0c42f9818bffe891c8b3a02539f908 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
#
# W1 subsystem configuration
#

menu "1-Wire support"

config W1
	bool "Enable 1-wire controllers support"
	default no
	depends on DM
	help
	  Support for the Dallas 1-Wire bus.

if W1

config W1_GPIO
	bool "Enable 1-wire GPIO bitbanging"
	default no
	depends on DM_GPIO
	help
	  Emulate a 1-wire bus using a GPIO.

endif

endmenu