xref: /openbmc/u-boot/drivers/w1-eeprom/Kconfig (revision 84e55bdd)
1c924ee25SMaxime Ripard#
2c924ee25SMaxime Ripard# EEPROM subsystem configuration
3c924ee25SMaxime Ripard#
4c924ee25SMaxime Ripard
5c924ee25SMaxime Ripardmenu "1-wire EEPROM support"
6c924ee25SMaxime Ripard
7c924ee25SMaxime Ripardconfig W1_EEPROM
8c924ee25SMaxime Ripard	bool "Enable support for EEPROMs on 1wire interface"
9c924ee25SMaxime Ripard	depends on DM
10c924ee25SMaxime Ripard	help
11c924ee25SMaxime Ripard	  Support for the EEPROMs connected on 1-wire Dallas protocol interface
12c924ee25SMaxime Ripard
13c924ee25SMaxime Ripardif W1_EEPROM
14c924ee25SMaxime Ripard
150749f646SMaxime Ripardconfig W1_EEPROM_DS24XXX
160749f646SMaxime Ripard	bool "Enable Maxim DS24 families EEPROM support"
170749f646SMaxime Ripard	depends on W1
180749f646SMaxime Ripard	help
190749f646SMaxime Ripard	  Maxim DS24 EEPROMs 1-Wire EEPROM support
200749f646SMaxime Ripard
21*84e55bddSEugen Hristevconfig W1_EEPROM_SANDBOX
22*84e55bddSEugen Hristev	bool "Enable sandbox onewire EEPROM driver"
23*84e55bddSEugen Hristev	depends on W1
24*84e55bddSEugen Hristev	help
25*84e55bddSEugen Hristev	  Sandbox driver for a onewire EEPROM memory
26*84e55bddSEugen Hristev
27c924ee25SMaxime Ripardendif
28c924ee25SMaxime Ripard
29c924ee25SMaxime Ripardendmenu
30