Skip to content

Commit 9a9b7cd

Browse files
glaroquenmenon
authored andcommitted
firmware: config: ti-sci: Default set to ARCH_K3 for the ti sci driver
With ARCH_K3=y we cannot enable TI_SCI_PROTOCOL=m because ARCH_K3 selects TI_SCI_PROTOCOL. Modify the logic to enable TI_SCI_PROTOCOL by default when ARCH_K3=y allowing us to submit a future patch to remove select on ARCH_K3 without breaking existing users. Signed-off-by: Guillaume La Roque <glaroque@baylibre.com> Reviewed-by: Kevin Hilman <khilman@baylibre.com> Link: https://lore.kernel.org/r/20250220-ti-firmware-v2-1-ff26883c6ce9@baylibre.com Signed-off-by: Nishanth Menon <nm@ti.com>
1 parent a5caf03 commit 9a9b7cd

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

drivers/firmware/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -215,6 +215,7 @@ config SYSFB_SIMPLEFB
215215
config TI_SCI_PROTOCOL
216216
tristate "TI System Control Interface (TISCI) Message Protocol"
217217
depends on TI_MESSAGE_MANAGER
218+
default ARCH_K3
218219
help
219220
TI System Control Interface (TISCI) Message Protocol is used to manage
220221
compute systems such as ARM, DSP etc with the system controller in

0 commit comments

Comments
 (0)