[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20210203134834.2367593-1-guoren@kernel.org>
Date: Wed, 3 Feb 2021 21:48:33 +0800
From: guoren@...nel.org
To: guoren@...nel.org
Cc: linux-kernel@...r.kernel.org, linux-csky@...r.kernel.org,
Guo Ren <guoren@...ux.alibaba.com>,
Marc Zyngier <maz@...nel.org>
Subject: [PATCH 1/2] drivers/irqchip: Fixup csky,mpintc compile error with CPU_CK610
From: Guo Ren <guoren@...ux.alibaba.com>
The irq-csky-mpintc.c only could support CPU_CK860 and it will
compile error with CPU_CK610.
Signed-off-by: Guo Ren <guoren@...ux.alibaba.com>
Cc: Marc Zyngier <maz@...nel.org>
---
drivers/irqchip/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/irqchip/Kconfig b/drivers/irqchip/Kconfig
index b147f22a78f4..9be2dd5c6380 100644
--- a/drivers/irqchip/Kconfig
+++ b/drivers/irqchip/Kconfig
@@ -433,7 +433,7 @@ config QCOM_PDC
config CSKY_MPINTC
bool "C-SKY Multi Processor Interrupt Controller"
- depends on CSKY
+ depends on CSKY && CPU_CK860
help
Say yes here to enable C-SKY SMP interrupt controller driver used
for C-SKY SMP system.
--
2.17.1
Powered by blists - more mailing lists