summaryrefslogtreecommitdiff
path: root/configs/sama5d2_xplained_spiflash_defconfig
diff options
context:
space:
mode:
authorEugen Hristev <eugen.hristev@microchip.com>2018-09-18 10:35:37 +0300
committerTom Rini <trini@konsulko.com>2018-09-28 20:22:38 -0400
commitd3d286d38fe6d72dbe15d55f79b396a8e3b8c9fb (patch)
treeb90bbbb60719f120df16623098fd947e847a2957 /configs/sama5d2_xplained_spiflash_defconfig
parent426e0401f9e12037bbe9b9064d3431b78c2bb024 (diff)
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_defconfig4
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