projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a188339
)
arm64: Enable BCM7038_L1_IRQ for ARCH_BRCMSTB
author
Florian Fainelli
<f.fainelli@gmail.com>
Thu, 30 May 2019 22:55:46 +0000
(15:55 -0700)
committer
Florian Fainelli
<f.fainelli@gmail.com>
Thu, 30 May 2019 23:26:10 +0000
(16:26 -0700)
ARCH_BRCMSTB makes use of the irq-bcm7038-l1.c irqchip driver, enable
it.
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
arch/arm64/Kconfig.platforms
patch
|
blob
|
history
diff --git
a/arch/arm64/Kconfig.platforms
b/arch/arm64/Kconfig.platforms
index 42eca656faa85c8eb59725812db0b92bb4db7e72..d0aca109bdf69ee70b59d101429dcd18ae3b2ef2 100644
(file)
--- a/
arch/arm64/Kconfig.platforms
+++ b/
arch/arm64/Kconfig.platforms
@@
-65,6
+65,7
@@
config ARCH_BITMAIN
config ARCH_BRCMSTB
bool "Broadcom Set-Top-Box SoCs"
+ select BCM7038_L1_IRQ
select BRCMSTB_L2_IRQ
select GENERIC_IRQ_CHIP
help