xref: /openbmc/u-boot/drivers/w1-eeprom/Kconfig (revision c924ee25)
1*c924ee25SMaxime Ripard#
2*c924ee25SMaxime Ripard# EEPROM subsystem configuration
3*c924ee25SMaxime Ripard#
4*c924ee25SMaxime Ripard
5*c924ee25SMaxime Ripardmenu "1-wire EEPROM support"
6*c924ee25SMaxime Ripard
7*c924ee25SMaxime Ripardconfig W1_EEPROM
8*c924ee25SMaxime Ripard	bool "Enable support for EEPROMs on 1wire interface"
9*c924ee25SMaxime Ripard	depends on DM
10*c924ee25SMaxime Ripard	help
11*c924ee25SMaxime Ripard	  Support for the EEPROMs connected on 1-wire Dallas protocol interface
12*c924ee25SMaxime Ripard
13*c924ee25SMaxime Ripardif W1_EEPROM
14*c924ee25SMaxime Ripard
15*c924ee25SMaxime Ripardendif
16*c924ee25SMaxime Ripard
17*c924ee25SMaxime Ripardendmenu
18