From 63aee5491b6d13052b44c9f4c3d855f4d7aa5b1e Mon Sep 17 00:00:00 2001 From: Durai Manickam KR Date: Thu, 7 Jul 2022 16:40:54 +0530 Subject: [PATCH] configs: sama9x60_curiosity: add onewire and eeprom drivers SAM9X60 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: Durai Manickam KR --- configs/sam9x60_curiosity_mmc_defconfig | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/configs/sam9x60_curiosity_mmc_defconfig b/configs/sam9x60_curiosity_mmc_defconfig index 99f61d7..c8dffa8 100644 --- a/configs/sam9x60_curiosity_mmc_defconfig +++ b/configs/sam9x60_curiosity_mmc_defconfig @@ -72,4 +72,8 @@ CONFIG_DEBUG_UART_ANNOUNCE=y CONFIG_ATMEL_USART=y CONFIG_TIMER=y CONFIG_MCHP_PIT64B_TIMER=y +CONFIG_W1=y +CONFIG_W1_GPIO=y +CONFIG_W1_EEPROM=y +CONFIG_W1_EEPROM_DS24XXX=y CONFIG_OF_LIBFDT_OVERLAY=y -- 2.7.4