summaryrefslogtreecommitdiff
path: root/drivers/w1/Kconfig
blob: 64b27c6cd1a22a1d48511afb3f56c6f6b2e4de67 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#
# 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

endif

endmenu