From: nm@ti.com (Nishanth Menon)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH V2 4/5] soc: ti: Add Support for AM654 SoC config option
Date: Tue, 26 Jun 2018 11:26:14 -0500 [thread overview]
Message-ID: <20180626162615.19194-5-nm@ti.com> (raw)
In-Reply-To: <20180626162615.19194-1-nm@ti.com>
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>
---
Changes since V1:
* Picked up Tony's reviewed-by
V1:https://patchwork.kernel.org/patch/10475305/
RFC: (new patch broken out from: https://patchwork.kernel.org/patch/10447719/)
drivers/soc/ti/Kconfig | 14 ++++++++++++++
1 file changed, 14 insertions(+)
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
#
--
2.15.1
next prev parent reply other threads:[~2018-06-26 16:26 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-06-26 16:26 [PATCH V2 0/5] arm64: Initial support Texas Instrument's AM654 Platform Nishanth Menon
2018-06-26 16:26 ` [PATCH V2 1/5] dt-bindings: arm: ti: Add bindings for AM654 SoC Nishanth Menon
2018-07-03 22:15 ` Rob Herring
2018-06-26 16:26 ` [PATCH V2 2/5] arm64: Add support for TI's K3 Multicore SoC architecture Nishanth Menon
2018-06-26 16:26 ` [PATCH V2 3/5] arm64: dts: ti: Add Support for AM654 SoC Nishanth Menon
2018-06-26 16:26 ` Nishanth Menon [this message]
2018-06-26 16:26 ` [PATCH V2 5/5] arm64: dts: ti: Add support for AM654 EVM base board Nishanth Menon
2018-07-18 18:04 ` [PATCH V2 0/5] arm64: Initial support Texas Instrument's AM654 Platform Nishanth Menon
2018-07-18 18:57 ` Tony Lindgren
2018-07-18 22:38 ` Nishanth Menon
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20180626162615.19194-5-nm@ti.com \
--to=nm@ti.com \
--cc=linux-arm-kernel@lists.infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox