xref: /openbmc/u-boot/drivers/w1-eeprom/Kconfig (revision 0749f646)
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
15*0749f646SMaxime Ripardconfig W1_EEPROM_DS24XXX
16*0749f646SMaxime Ripard	bool "Enable Maxim DS24 families EEPROM support"
17*0749f646SMaxime Ripard	depends on W1
18*0749f646SMaxime Ripard	help
19*0749f646SMaxime Ripard	  Maxim DS24 EEPROMs 1-Wire EEPROM support
20*0749f646SMaxime Ripard
21c924ee25SMaxime Ripardendif
22c924ee25SMaxime Ripard
23c924ee25SMaxime Ripardendmenu
24