diff options
author | Jiaxun Yang <jiaxun.yang@flygoat.com> | 2020-03-26 14:17:00 +0800 |
---|---|---|
committer | Thomas Bogendoerfer <tsbogend@alpha.franken.de> | 2021-01-04 11:37:27 +0100 |
commit | 0ea33321ffaf20a54e87a9fe087628a1f72a36bc (patch) | |
tree | 71f945c90bfc3b747550929bc2f9aba25859d301 /arch/mips/Kconfig | |
parent | c2b49a3237869213ef154da05570365af23408ad (diff) | |
download | lwn-0ea33321ffaf20a54e87a9fe087628a1f72a36bc.tar.gz lwn-0ea33321ffaf20a54e87a9fe087628a1f72a36bc.zip |
MIPS: Kill RM7K & RM9K IRQ Code
RM7000 IRQ driver never got really used by any of the platform,
and rm9k_cpu_irq_init only exist in a header.
Signed-off-by: Jiaxun Yang <jiaxun.yang@flygoat.com>
Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
Diffstat (limited to 'arch/mips/Kconfig')
-rw-r--r-- | arch/mips/Kconfig | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig index 102236cb5e06..d68df1febd25 100644 --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig @@ -1256,9 +1256,6 @@ config SYS_SUPPORTS_HUGETLBFS config MIPS_HUGE_TLB_SUPPORT def_bool HUGETLB_PAGE || TRANSPARENT_HUGEPAGE -config IRQ_CPU_RM7K - bool - config IRQ_MSP_SLP bool |