1
0
Fork 0

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>
hifive-unleashed-5.1
Nishanth Menon 2018-06-26 11:26:14 -05:00 committed by Tony Lindgren
parent ea47eed33a
commit a869b7b30d
1 changed files with 14 additions and 0 deletions

View File

@ -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
#