git.codelabs.ch
/
muen
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ea47eed
)
soc: ti: Add Support for AM654 SoC config option
author
Nishanth Menon
<nm@ti.com>
Tue, 26 Jun 2018 16:26:14 +0000
(11:26 -0500)
committer
Tony Lindgren
<tony@atomide.com>
Wed, 18 Jul 2018 18:48:36 +0000
(11:48 -0700)
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>
drivers/soc/ti/Kconfig
patch
|
blob
|
history
diff --git
a/drivers/soc/ti/Kconfig
b/drivers/soc/ti/Kconfig
index 92770d84a2885844b98bf7ec015c06c2b62c1553..be4570baad96c0c1a1bd5c1d9eb1d0d70e4da97d 100644
(file)
--- 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
#