[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20210929023522.57732-3-wangkefeng.wang@huawei.com>
Date: Wed, 29 Sep 2021 10:35:21 +0800
From: Kefeng Wang <wangkefeng.wang@...wei.com>
To: Thomas Gleixner <tglx@...utronix.de>, Guo Ren <guoren@...nel.org>,
Yoshinori Sato <ysato@...rs.sourceforge.jp>,
Rich Felker <dalias@...c.org>, <linux-sh@...r.kernel.org>,
<linux-kernel@...r.kernel.org>, <linux-csky@...r.kernel.org>
CC: Kefeng Wang <wangkefeng.wang@...wei.com>
Subject: [PATCH v2 2/3] csky: Kill MAY_HAVE_SPARSE_IRQ
The csky platforms use statical irq descriptors allocation
by default, and the dynamical and statical irq allocation
are alternative, it is no need to maintain a separate
MAY_HAVE_SPARSE_IRQ, kill it.
Cc: Guo Ren <guoren@...nel.org>
Signed-off-by: Kefeng Wang <wangkefeng.wang@...wei.com>
---
arch/csky/Kconfig | 1 -
1 file changed, 1 deletion(-)
diff --git a/arch/csky/Kconfig b/arch/csky/Kconfig
index 9d4d898df76b..45ac662bd011 100644
--- a/arch/csky/Kconfig
+++ b/arch/csky/Kconfig
@@ -69,7 +69,6 @@ config CSKY
select HAVE_RSEQ
select HAVE_STACKPROTECTOR
select HAVE_SYSCALL_TRACEPOINTS
- select MAY_HAVE_SPARSE_IRQ
select MODULES_USE_ELF_RELA if MODULES
select OF
select OF_EARLY_FLATTREE
--
2.26.2
Powered by blists - more mailing lists