summaryrefslogtreecommitdiff
path: root/configs/sama5d27_som1_ek_mmc_defconfig
diff options
context:
space:
mode:
authorEugen Hristev <eugen.hristev@microchip.com>2018-09-18 10:35:39 +0300
committerTom Rini <trini@konsulko.com>2018-09-28 20:22:38 -0400
commitaadb42272e7caa23ab81f7a3f4abfd00f76bea8d (patch)
tree3d88666c50d71f6a8e88c4b95e86c9c7d9ce6798 /configs/sama5d27_som1_ek_mmc_defconfig
parent2db04401fbfd17a605561af9a8278d169aba1f5f (diff)
configs: sama5d27_som1_ek: 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/sama5d27_som1_ek_mmc_defconfig')
-rw-r--r--configs/sama5d27_som1_ek_mmc_defconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/configs/sama5d27_som1_ek_mmc_defconfig b/configs/sama5d27_som1_ek_mmc_defconfig
index 3607470de5..c30da40308 100644
--- a/configs/sama5d27_som1_ek_mmc_defconfig
+++ b/configs/sama5d27_som1_ek_mmc_defconfig
@@ -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