Re: (subset) [PATCH v2 1/2] drivers/irqchip: Fixup csky,mpintc compile error with CPU_CK610

2021-02-04 Thread Marc Zyngier
On Thu, 4 Feb 2021 15:46:08 +0800, guo...@kernel.org wrote:
> The irq-csky-mpintc.c only could support CPU_CK860 and it will
> compile error with CPU_CK610.
> 
> It has beed selected in arch/csky/Kconfig

Applied to irq/irqchip-next, thanks!

[1/2] drivers/irqchip: Fixup csky,mpintc compile error with CPU_CK610
  commit: be1abc5ba4d2082df6749ab95ec6f87c4d3dbb23

Cheers,

M.
-- 
Without deviation from the norm, progress is not possible.




[PATCH v2 1/2] drivers/irqchip: Fixup csky,mpintc compile error with CPU_CK610

2021-02-03 Thread guoren
From: Guo Ren 

The irq-csky-mpintc.c only could support CPU_CK860 and it will
compile error with CPU_CK610.

It has beed selected in arch/csky/Kconfig

Signed-off-by: Guo Ren 
Cc: Marc Zyngier 
---
 drivers/irqchip/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

---
v2: Drop the string after bool,
as suggested by Marc Zyngier 

diff --git a/drivers/irqchip/Kconfig b/drivers/irqchip/Kconfig
index b147f22a78f4..53abecb8c792 100644
--- a/drivers/irqchip/Kconfig
+++ b/drivers/irqchip/Kconfig
@@ -432,7 +432,7 @@ config QCOM_PDC
  IRQs for Qualcomm Technologies Inc (QTI) mobile chips.
 
 config CSKY_MPINTC
-   bool "C-SKY Multi Processor Interrupt Controller"
+   bool
depends on CSKY
help
  Say yes here to enable C-SKY SMP interrupt controller driver used
-- 
2.17.1