2022-11-22 20:29:37

by Nicolas Frayer

[permalink] [raw]
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 <[email protected]>
---
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