diff options
author | Jianmin Lv <lvjianmin@loongson.cn> | 2022-07-20 12:51:24 +0200 |
---|---|---|
committer | Marc Zyngier <maz@kernel.org> | 2022-07-20 13:09:20 +0200 |
commit | cd057667585411fbecc0c140727177d7d707c63a (patch) | |
tree | d6a288e59239382e9a70a4a528925d57a25e0b82 /arch/loongarch/Kconfig | |
parent | genirq/generic_chip: Export irq_unmap_generic_chip (diff) | |
download | linux-cd057667585411fbecc0c140727177d7d707c63a.tar.xz linux-cd057667585411fbecc0c140727177d7d707c63a.zip |
LoongArch: Use ACPI_GENERIC_GSI for gsi handling
For LoongArch, generic gsi code(driver/acpi/irq.c) can be
reused after following patchs:
APCI: irq: Add support for multiple GSI domains
ACPI: irq: Allow acpi_gsi_to_irq() to have an arch-specific fallback
So, config ACPI_GENERIC_GSI for LoongArch with removing the gsi code
in arch directory.
Signed-off-by: Jianmin Lv <lvjianmin@loongson.cn>
Signed-off-by: Marc Zyngier <maz@kernel.org>
Link: https://lore.kernel.org/r/1658314292-35346-6-git-send-email-lvjianmin@loongson.cn
Diffstat (limited to 'arch/loongarch/Kconfig')
-rw-r--r-- | arch/loongarch/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/loongarch/Kconfig b/arch/loongarch/Kconfig index 1920d52653b4..fb1e73adbd1d 100644 --- a/arch/loongarch/Kconfig +++ b/arch/loongarch/Kconfig @@ -2,6 +2,7 @@ config LOONGARCH bool default y + select ACPI_GENERIC_GSI if ACPI select ACPI_SYSTEM_POWER_STATES_SUPPORT if ACPI select ARCH_BINFMT_ELF_STATE select ARCH_ENABLE_MEMORY_HOTPLUG |