linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: nm@ti.com (Nishanth Menon)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 4/5] soc: ti: Add Support for AM654 SoC config option
Date: Tue, 19 Jun 2018 14:42:52 -0500	[thread overview]
Message-ID: <20180619194253.27288-5-nm@ti.com> (raw)
In-Reply-To: <20180619194253.27288-1-nm@ti.com>

Add option to build AM6 SoC specific components

Signed-off-by: Benjamin Fair <b-fair@ti.com>
Signed-off-by: Nishanth Menon <nm@ti.com>
---
(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

  parent reply	other threads:[~2018-06-19 19:42 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-06-19 19:42 [PATCH 0/5] arm64: Initial support Texas Instrument's AM654 Platform Nishanth Menon
2018-06-19 19:42 ` [PATCH 1/5] dt-bindings: arm: ti: Add bindings for AM654 SoC Nishanth Menon
2018-06-19 19:42 ` [PATCH 2/5] arm64: Add support for TI's K3 Multicore SoC architecture Nishanth Menon
2018-06-19 19:42 ` [PATCH 3/5] arm64: dts: ti: Add Support for AM654 SoC Nishanth Menon
2018-06-21  5:37   ` Tony Lindgren
2018-06-21 11:36     ` Nishanth Menon
2018-06-19 19:42 ` Nishanth Menon [this message]
2018-06-19 19:42 ` [PATCH 5/5] arm64: dts: ti: Add support for AM654 EVM base board Nishanth Menon
2018-06-21  5:40 ` [PATCH 0/5] arm64: Initial support Texas Instrument's AM654 Platform Tony Lindgren

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=20180619194253.27288-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;
as well as URLs for NNTP newsgroup(s).