summaryrefslogtreecommitdiff
path: root/configs/sama5d4_xplained_nandflash_defconfig
diff options
context:
space:
mode:
authorEugen Hristev <eugen.hristev@microchip.com>2018-09-18 10:35:41 +0300
committerTom Rini <trini@konsulko.com>2018-09-28 20:22:39 -0400
commite42561880cd818e6bd4022a0bcbc73b011faf8a4 (patch)
tree66c86a6c78b512dc8ded45e781c9cf20981feedd /configs/sama5d4_xplained_nandflash_defconfig
parentcd83bb371ff3a8a61eb3f65ded762da7daaa9b06 (diff)
downloadu-boot-e42561880cd818e6bd4022a0bcbc73b011faf8a4.tar.gz
configs: sama5d4_xplained: add onewire and eeprom drivers
SAMA5D4 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/sama5d4_xplained_nandflash_defconfig')
-rw-r--r--configs/sama5d4_xplained_nandflash_defconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/configs/sama5d4_xplained_nandflash_defconfig b/configs/sama5d4_xplained_nandflash_defconfig
index 5387966316..c463c74d38 100644
--- a/configs/sama5d4_xplained_nandflash_defconfig
+++ b/configs/sama5d4_xplained_nandflash_defconfig
@@ -80,3 +80,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