xref: /openbmc/u-boot/drivers/w1/Kconfig (revision d3e19cf9)
1#
2# W1 subsystem configuration
3#
4
5menu "1-Wire support"
6
7config W1
8	bool "Enable 1-wire controllers support"
9	default no
10	depends on DM
11	help
12	  Support for the Dallas 1-Wire bus.
13
14if W1
15
16endif
17
18endmenu
19