Browse Source

soc: ti: Add TI_MESSAGE_MANAGER to default K3 AM65x SoC options

This fixes the following warning with make allmodconfig:

WARNING: unmet direct dependencies detected for TI_SCI_PROTOCOL
  Depends on [m]: TI_MESSAGE_MANAGER [=m]
  Selected by [y]:
  - ARCH_K3_AM6_SOC [=y] && ARM64 [=y] && ARCH_K3 [=y]

Reported-by: Suman Anna <s-anna@ti.com>
Signed-off-by: Tero Kristo <t-kristo@ti.com>
Tero Kristo 7 years ago
parent
commit
6d30136ffe
1 changed files with 1 additions and 0 deletions
  1. 1 0
      drivers/soc/ti/Kconfig

+ 1 - 0
drivers/soc/ti/Kconfig

@@ -5,6 +5,7 @@ if ARCH_K3
 
 config ARCH_K3_AM6_SOC
 	bool "K3 AM6 SoC"
+	select TI_MESSAGE_MANAGER
 	select TI_SCI_PROTOCOL
 	select TI_SCI_INTR_IRQCHIP
 	select TI_SCI_INTA_IRQCHIP