diff mbox series

[6/7,RESEND] irqchip/loongson-htpic: Remove unneeded select of I8259

Message ID 1592902907-5062-7-git-send-email-yangtiezhu@loongson.cn
State Accepted
Commit 85efd6059ae1a99e5e7205f37e910fd41dfa0ade
Headers show
Series Fix potential resource leaks and do some code cleanups about irqchip | expand

Commit Message

Tiezhu Yang June 23, 2020, 9:01 a.m. UTC
LOONGSON_HTPIC depends on MACH_LOONGSON64 and MACH_LOONGSON64 already
selects I8259 in arch/mips/Kconfig, so no need to select I8259 again
when config LOONGSON_HTPIC.

Signed-off-by: Tiezhu Yang <yangtiezhu@loongson.cn>
---
 drivers/irqchip/Kconfig | 1 -
 1 file changed, 1 deletion(-)
diff mbox series

Patch

diff --git a/drivers/irqchip/Kconfig b/drivers/irqchip/Kconfig
index 29fead2..9f57aed 100644
--- a/drivers/irqchip/Kconfig
+++ b/drivers/irqchip/Kconfig
@@ -541,7 +541,6 @@  config LOONGSON_HTPIC
 	default y
 	select IRQ_DOMAIN
 	select GENERIC_IRQ_CHIP
-	select I8259
 	help
 	  Support for the Loongson-3 HyperTransport PIC Controller.