diff options
author | Eugen Hristev <eugen.hristev@microchip.com> | 2018-09-18 10:35:37 +0300 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2018-09-28 20:22:38 -0400 |
commit | d3d286d38fe6d72dbe15d55f79b396a8e3b8c9fb (patch) | |
tree | b90bbbb60719f120df16623098fd947e847a2957 /configs/sama5d2_xplained_spiflash_defconfig | |
parent | 426e0401f9e12037bbe9b9064d3431b78c2bb024 (diff) | |
download | u-boot-d3d286d38fe6d72dbe15d55f79b396a8e3b8c9fb.tar.gz |
configs: sama5d2_xplained: add onewire and eeprom drivers
SAMA5D2 SoC can have extra clip boards (PDAs) connected, which have
an EEPROM memory for identification. A special GPIO can be used to read
this memory over 1wire protocol.
Enabling one wire and eeprom drivers for this memory.
Signed-off-by: Eugen Hristev <eugen.hristev@microchip.com>
Diffstat (limited to 'configs/sama5d2_xplained_spiflash_defconfig')
-rw-r--r-- | configs/sama5d2_xplained_spiflash_defconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/configs/sama5d2_xplained_spiflash_defconfig b/configs/sama5d2_xplained_spiflash_defconfig index fc9ec9c80a..9da026b2a3 100644 --- a/configs/sama5d2_xplained_spiflash_defconfig +++ b/configs/sama5d2_xplained_spiflash_defconfig @@ -85,3 +85,7 @@ CONFIG_USB_GADGET=y CONFIG_USB_GADGET_ATMEL_USBA=y CONFIG_DM_VIDEO=y CONFIG_ATMEL_HLCD=y +CONFIG_W1=y +CONFIG_W1_GPIO=y +CONFIG_W1_EEPROM=y +CONFIG_W1_EEPROM_DS24XXX=y |