[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20221122202245.449198-4-nfrayer@baylibre.com>
Date: Tue, 22 Nov 2022 21:22:45 +0100
From: Nicolas Frayer <nfrayer@...libre.com>
To: nm@...com, kristo@...nel.org, ssantosh@...nel.org,
linux-arm-kernel@...ts.infradead.org, jassisinghbrar@...il.com,
catalin.marinas@....com, will@...nel.org,
linux-kernel@...r.kernel.org
Cc: khilman@...libre.com, glaroque@...libre.com, nfrayer@...libre.com
Subject: [PATCH 3/3] firmware: config: ti-sci: Default set to ARCH_K3 for the ti sci driver
Defaulting the build to ARCH_K3 for the TI SCI driver.
Signed-off-by: Nicolas Frayer <nfrayer@...libre.com>
---
drivers/firmware/Kconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/firmware/Kconfig b/drivers/firmware/Kconfig
index b59e3041fd62..9e29055f62ba 100644
--- a/drivers/firmware/Kconfig
+++ b/drivers/firmware/Kconfig
@@ -261,6 +261,7 @@ config SYSFB_SIMPLEFB
config TI_SCI_PROTOCOL
tristate "TI System Control Interface (TISCI) Message Protocol"
depends on TI_MESSAGE_MANAGER
+ default ARCH_K3
help
TI System Control Interface (TISCI) Message Protocol is used to manage
compute systems such as ARM, DSP etc with the system controller in
--
2.25.1
Powered by blists - more mailing lists