]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
configs: sama5d27_som1_ek: add onewire and eeprom drivers
authorEugen Hristev <eugen.hristev@microchip.com>
Tue, 18 Sep 2018 07:35:39 +0000 (10:35 +0300)
committerTom Rini <trini@konsulko.com>
Sat, 29 Sep 2018 00:22:38 +0000 (20:22 -0400)
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>
configs/sama5d27_som1_ek_mmc_defconfig

index 3607470de5aea5860910eb8a24205862404586d1..c30da40308cf1ae8b617ec83c675ffa1b1c27760 100644 (file)
@@ -90,3 +90,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