summaryrefslogtreecommitdiffstats
path: root/drivers/w1/slaves/Kconfig
blob: 946a0b3bbe284c72d296572c078da4080539e2f9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
#
# 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

config W1_SLAVE_DS2433
	bool "4kb EEPROM family support (DS2433)"
	help
	  Say Y here if you want to use a 1-wire
	  4kb EEPROM family device (DS2433).

config W1_SLAVE_DS2433_WRITE
	bool "write support"
	depends on W1_SLAVE_DS2433

endmenu