blob: 64b27c6cd1a22a1d48511afb3f56c6f6b2e4de67 [file] [log] [blame]
Maxime Ripardbdbdca32018-09-18 10:35:24 +03001#
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