From 3c11584c21417b566dd73b2722e6e8497d5f9b31 Mon Sep 17 00:00:00 2001 From: Nishanth Menon Date: Sat, 4 Nov 2023 02:21:45 -0500 Subject: [PATCH] board: ti: j721e: Select SOC_K3_J721E_J7200 for J7200evm Enable SOC_K3_J721E_J7200 when board is J7200 EVM - this allows us to differentiate J7200 platform cleanly in board independent codebase. Signed-off-by: Nishanth Menon --- arch/arm/mach-k3/j721e/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/mach-k3/j721e/Kconfig b/arch/arm/mach-k3/j721e/Kconfig index 07cdb5cb51..d91844bc75 100644 --- a/arch/arm/mach-k3/j721e/Kconfig +++ b/arch/arm/mach-k3/j721e/Kconfig @@ -32,6 +32,7 @@ config TARGET_J721E_R5_EVM config TARGET_J7200_A72_EVM bool "TI K3 based J7200 EVM running on A72" select ARM64 + select SOC_K3_J721E_J7200 select BOARD_LATE_INIT imply TI_I2C_BOARD_DETECT select SYS_DISABLE_DCACHE_OPS -- 2.39.5