summaryrefslogtreecommitdiffstats
path: root/drivers/w1/slaves/Kconfig
blob: 26150a22c7d098844a3e03756f66020f3c8af561 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#
# 1-wire slaves configuration
#

menu "1-wire Slaves"

config W1_SLAVE_DS2431
	bool "1kb EEPROM family support (DS2431)"
	help
	  Say Y here if you want to use a 1-wire
	  1kb EEPROM family device (DS2431)

config W1_SLAVE_DS2431_WRITE
	bool "write support"
	depends on W1_SLAVE_DS2431

endmenu