[PATCH 3/3] firmware: config: ti-sci: Default set to ARCH_K3 for the ti sci driver

Nicolas Frayer nfrayer at baylibre.com
Tue Nov 22 12:22:45 PST 2022


Defaulting the build to ARCH_K3 for the TI SCI driver.

Signed-off-by: Nicolas Frayer <nfrayer at baylibre.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




More information about the linux-arm-kernel mailing list