19 lines
203 B
Plaintext
19 lines
203 B
Plaintext
|
#
|
||
|
# 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
|