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:
d850f3e
)
ARM: meson: enable MESON_IRQ_GPIO in Kconfig for meson8b
author
Jerome Brunet
<jbrunet@baylibre.com>
Thu, 19 Oct 2017 12:01:39 +0000
(14:01 +0200)
committer
Kevin Hilman
<khilman@baylibre.com>
Sun, 29 Oct 2017 15:40:08 +0000
(08:40 -0700)
select MESON_IRQ_GPIO in Kconfig for Amlogic's meson8b SoC
Signed-off-by: Jerome Brunet <jbrunet@baylibre.com>
Signed-off-by: Kevin Hilman <khilman@baylibre.com>
arch/arm/mach-meson/Kconfig
patch
|
blob
|
history
diff --git
a/arch/arm/mach-meson/Kconfig
b/arch/arm/mach-meson/Kconfig
index
a0c6476
..
aff6164
100644
(file)
--- a/
arch/arm/mach-meson/Kconfig
+++ b/
arch/arm/mach-meson/Kconfig
@@
-29,5
+29,6
@@
config MACH_MESON8B
default ARCH_MESON
select MESON6_TIMER
select COMMON_CLK_MESON8B
+ select MESON_IRQ_GPIO
endif