Newer
Older
barebox / drivers / w1 / slaves / Kconfig
@Jean-Christophe PLAGNIOL-VILLARD Jean-Christophe PLAGNIOL-VILLARD on 29 Oct 2012 530 bytes 1-wire: add ds2433 support
#
# 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