mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-29 08:01:08 +00:00
c924ee25aa
We might want to access data stored onto one wire EEPROMs. Create a framework to provide a consistent API. Signed-off-by: Maxime Ripard <maxime.ripard@bootlin.com> [eugen.hristev@microchip.com: reworked patch] Signed-off-by: Eugen Hristev <eugen.hristev@microchip.com>
17 lines
263 B
Text
17 lines
263 B
Text
#
|
|
# EEPROM subsystem configuration
|
|
#
|
|
|
|
menu "1-wire EEPROM support"
|
|
|
|
config W1_EEPROM
|
|
bool "Enable support for EEPROMs on 1wire interface"
|
|
depends on DM
|
|
help
|
|
Support for the EEPROMs connected on 1-wire Dallas protocol interface
|
|
|
|
if W1_EEPROM
|
|
|
|
endif
|
|
|
|
endmenu
|