diff options
author | Maxime Ripard <maxime.ripard@free-electrons.com> | 2018-09-18 10:35:29 +0300 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2018-09-28 20:22:35 -0400 |
commit | 0749f646c3b47b0980716776ccd19158320931a3 (patch) | |
tree | 4851b87107f34e7e306bfd091a71dd6e96a2f16f /drivers/w1-eeprom/Kconfig | |
parent | 543b98c85719ff0e5e80e9e18fbcc4dc50a2136b (diff) | |
download | u-boot-0749f646c3b47b0980716776ccd19158320931a3.tar.gz |
W1-EEPROM: add support for Maxim DS24 eeprom families
Add a driver that supports Maxim 1 wire EEPROMs families
DS24B33 and DS2431.
Can be extended for other families as well.
Signed-off-by: Maxime Ripard <maxime.ripard@bootlin.com>
[eugen.hristev@microchip.com: reworked driver]
Signed-off-by: Eugen Hristev <eugen.hristev@microchip.com>
Diffstat (limited to 'drivers/w1-eeprom/Kconfig')
-rw-r--r-- | drivers/w1-eeprom/Kconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/w1-eeprom/Kconfig b/drivers/w1-eeprom/Kconfig index d5ddc8076a..20ec5498b4 100644 --- a/drivers/w1-eeprom/Kconfig +++ b/drivers/w1-eeprom/Kconfig @@ -12,6 +12,12 @@ config W1_EEPROM if W1_EEPROM +config W1_EEPROM_DS24XXX + bool "Enable Maxim DS24 families EEPROM support" + depends on W1 + help + Maxim DS24 EEPROMs 1-Wire EEPROM support + endif endmenu |