diff options
author | Nishanth Menon <nm@ti.com> | 2018-06-26 11:26:14 -0500 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2018-07-18 11:48:36 -0700 |
commit | a869b7b30dac5a1a9bec21150c5fded3c2c62af7 (patch) | |
tree | cad9f684161c53c60aab1b62dab3295d96050802 /drivers/soc | |
parent | ea47eed33a3fe3d919e6e3cf4e4eb5507b817188 (diff) |
soc: ti: Add Support for AM654 SoC config option
Add option to build AM6 SoC specific components
Reviewed-by: Tony Lindgren <tony@atomide.com>
Signed-off-by: Benjamin Fair <b-fair@ti.com>
Signed-off-by: Nishanth Menon <nm@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'drivers/soc')
-rw-r--r-- | drivers/soc/ti/Kconfig | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/drivers/soc/ti/Kconfig b/drivers/soc/ti/Kconfig index 92770d84a288..be4570baad96 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 # |