projects
/
platform
/
kernel
/
linux-starfive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f90fafe
)
irqchip/loongson-htpic: Remove unneeded select of I8259
author
Tiezhu Yang
<yangtiezhu@loongson.cn>
Tue, 7 Jul 2020 02:12:46 +0000
(10:12 +0800)
committer
Marc Zyngier
<maz@kernel.org>
Fri, 17 Jul 2020 12:41:42 +0000
(13:41 +0100)
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>
Signed-off-by: Marc Zyngier <maz@kernel.org>
Link:
https://lore.kernel.org/r/1594087972-21715-3-git-send-email-yangtiezhu@loongson.cn
drivers/irqchip/Kconfig
patch
|
blob
|
history
diff --git
a/drivers/irqchip/Kconfig
b/drivers/irqchip/Kconfig
index
29fead2
..
9f57aed
100644
(file)
--- 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.