summaryrefslogtreecommitdiffstats
path: root/drivers/w1/Kconfig
blob: 9aa03adc6d44ad9319d48e5cbd9234e0d1451466 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# SPDX-License-Identifier: GPL-2.0-only
menuconfig W1
	bool "Dallas's 1-wire support"
	help
	  Dallas' 1-wire bus is useful to connect slow 1-pin devices
	  such as iButtons and thermal sensors.

	  If you want W1 support, you should say Y here.

if W1

source "drivers/w1/masters/Kconfig"
source "drivers/w1/slaves/Kconfig"

config W1_DUAL_SEARCH
	bool "dual search"
	help
	  Some device need to be searched twice to be detected

endif # W1