From: Nishanth Menon Date: Tue, 26 Jun 2018 16:26:14 +0000 (-0500) Subject: soc: ti: Add Support for AM654 SoC config option X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=a869b7b30dac5a1a9bec21150c5fded3c2c62af7;p=linux.git soc: ti: Add Support for AM654 SoC config option Add option to build AM6 SoC specific components Reviewed-by: Tony Lindgren Signed-off-by: Benjamin Fair Signed-off-by: Nishanth Menon Signed-off-by: Tony Lindgren --- diff --git a/drivers/soc/ti/Kconfig b/drivers/soc/ti/Kconfig index 92770d84a2885..be4570baad96c 100644 --- a/drivers/soc/ti/Kconfig +++ b/drivers/soc/ti/Kconfig @@ -1,3 +1,17 @@ +# 64-bit ARM SoCs from TI +if ARM64 + +if ARCH_K3 + +config ARCH_K3_AM6_SOC + bool "K3 AM6 SoC" + help + Enable support for TI's AM6 SoC Family support + +endif + +endif + # # TI SOC drivers #