irqchip: Select downstream irqchip drivers for LoongArch CPU
authorHuacai Chen <chenhuacai@loongson.cn>
Mon, 8 Aug 2022 08:53:19 +0000 (16:53 +0800)
committerMarc Zyngier <maz@kernel.org>
Mon, 12 Sep 2022 15:50:55 +0000 (16:50 +0100)
commit8d5356f9820dc48578fc50077f5a34905386e47f
treebe35d3c1e6cc67dbd80482113bafcc9618ddd2b8
parentf55a9b59e8f06e034368aeb48625359194e41f0e
irqchip: Select downstream irqchip drivers for LoongArch CPU

LoongArch irqchips have a fixed hierarchy which currently can't be
described by ACPI tables, so upstream irqchip drivers call downstream
irqchip drivers' initialization directly. As a result, the top level
(CPU-level) irqchip driver should explicitly select downstream drivers
to avoid build errors.

Reported-by: kernel test robot <lkp@intel.com>
Signed-off-by: Huacai Chen <chenhuacai@loongson.cn>
Signed-off-by: Marc Zyngier <maz@kernel.org>
Link: https://lore.kernel.org/r/20220808085319.3350111-1-chenhuacai@loongson.cn
drivers/irqchip/Kconfig