diff options
author | Nishanth Menon <nm@ti.com> | 2019-05-22 18:19:19 +0200 |
---|---|---|
committer | Tero Kristo <t-kristo@ti.com> | 2019-06-19 10:59:48 +0200 |
commit | cff377f7897afbddb2f6aaa74ed46aff2302148f (patch) | |
tree | ce9fb2ff7f9c226fc0128a47da94ac617868df80 /drivers/soc | |
parent | arm64: dts: ti: Add Support for J721E SoC (diff) | |
download | linux-cff377f7897afbddb2f6aaa74ed46aff2302148f.tar.xz linux-cff377f7897afbddb2f6aaa74ed46aff2302148f.zip |
soc: ti: Add Support for J721E SoC config option
Add option to build J721E SoC specific components
Signed-off-by: Nishanth Menon <nm@ti.com>
Signed-off-by: Tero Kristo <t-kristo@ti.com>
Diffstat (limited to 'drivers/soc')
-rw-r--r-- | drivers/soc/ti/Kconfig | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/soc/ti/Kconfig b/drivers/soc/ti/Kconfig index dbd6c60b81db..a51beac6751f 100644 --- a/drivers/soc/ti/Kconfig +++ b/drivers/soc/ti/Kconfig @@ -8,6 +8,11 @@ config ARCH_K3_AM6_SOC help Enable support for TI's AM6 SoC Family support +config ARCH_K3_J721E_SOC + bool "K3 J721E SoC" + help + Enable support for TI's J721E SoC Family support + endif endif |