projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2d87061
)
soc: ti: Add Support for J721E SoC config option
author
Nishanth Menon
<nm@ti.com>
Wed, 22 May 2019 16:19:19 +0000
(11:19 -0500)
committer
Tero Kristo
<t-kristo@ti.com>
Wed, 19 Jun 2019 08:59:48 +0000
(11:59 +0300)
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>
drivers/soc/ti/Kconfig
patch
|
blob
|
history
diff --git
a/drivers/soc/ti/Kconfig
b/drivers/soc/ti/Kconfig
index dbd6c60b81db03be2ba18dcb37798cde045dcb1d..a51beac6751fc2287205cc62f913412c9e6e0a38 100644
(file)
--- 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