From ac75ae436723e5fe68dcc8e806f66d0358dd56f7 Mon Sep 17 00:00:00 2001 From: Manikandan Muralidharan Date: Mon, 25 May 2026 14:54:05 +0530 Subject: [PATCH] ARM: configs: at91: sama7: add sama7d65 i3c-hci Enable the configs needed for I3C framework and microchip sama7d65 i3c-hci driver. Signed-off-by: Durai Manickam KR Reviewed-by: Claudiu Beznea Signed-off-by: Manikandan Muralidharan Link: https://lore.kernel.org/r/20260525092405.1514213-6-manikandan.m@microchip.com Signed-off-by: Claudiu Beznea --- arch/arm/configs/sama7_defconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/arch/arm/configs/sama7_defconfig b/arch/arm/configs/sama7_defconfig index e52f671ccec4..6470c7d3fe8a 100644 --- a/arch/arm/configs/sama7_defconfig +++ b/arch/arm/configs/sama7_defconfig @@ -117,6 +117,8 @@ CONFIG_HW_RANDOM=y CONFIG_I2C=y CONFIG_I2C_CHARDEV=y CONFIG_I2C_AT91=y +CONFIG_I3C=y +CONFIG_MIPI_I3C_HCI=y CONFIG_SPI=y CONFIG_SPI_ATMEL=y CONFIG_SPI_ATMEL_QUADSPI=y