Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

arm64: arch_k3: Fix kconfig dependency warning

Fix Kbuild warning when SOC_TI is not set

WARNING: unmet direct dependencies detected for TI_SCI_INTA_IRQCHIP
Depends on [n]: TI_SCI_PROTOCOL [=y] && SOC_TI [=n]
Selected by [y]:
- ARCH_K3 [=y]

Fixes: 009669e74813 ("arm64: arch_k3: Enable interrupt controller drivers")
Signed-off-by: YueHaibing <yuehaibing@huawei.com>
Reviewed-by: Lokesh Vutla <lokeshvutla@ti.com>
Signed-off-by: Tero Kristo <t-kristo@ti.com>

authored by

YueHaibing and committed by
Tero Kristo
a6b112b0 a188339c

+1
+1
arch/arm64/Kconfig.platforms
··· 88 88 bool "Texas Instruments Inc. K3 multicore SoC architecture" 89 89 select PM_GENERIC_DOMAINS if PM 90 90 select MAILBOX 91 + select SOC_TI 91 92 select TI_MESSAGE_MANAGER 92 93 select TI_SCI_PROTOCOL 93 94 select TI_SCI_INTR_IRQCHIP