On Mon, Sep 27, 2021 at 4:11 PM Kefeng Wang <wangkefeng.wang@xxxxxxxxxx> wrote:
Most ARCHs support SPARSE_IRQ, and MAY_HAVE_SPARSE_IRQ is useless, andCan you elaborate the reason on why we need to kill MAY_HAVE_SPARSE_IRQ?
only sh and csky select it, but the could use SPARSE_IRQ too, let's
kill MAY_HAVE_SPARSE_IRQ, also cleanup the kernel/irq/Kconfig a little.
What are the benefits after the patch? (As you know we couldn't drop
"!SPARSE_IRQ".)