projects
/
openwrt
/
staging
/
ynezz.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4648a60
)
mediatek: mt7623: Re-enable ARM arch timer
author
David Woodhouse
<dwmw2@infradead.org>
Mon, 10 Jan 2022 10:23:46 +0000
(10:23 +0000)
committer
Daniel Golle
<daniel@makrotopia.org>
Mon, 10 Jan 2022 13:45:41 +0000
(13:45 +0000)
CONFIG_ARM_ARCH_TIMER cannot be enabled in the config directly; it is only
selected by CONFIG_HAVE_ARM_ARCH_TIMER. We need to enable the latter in
our config.
Signed-off-by: David Woodhouse <dwmw2@infradead.org>
Fixes: 4f1c5b01c1 ("mediatek: mt7623: backport musb, improve HDMI console")
target/linux/mediatek/mt7623/config-5.10
patch
|
blob
|
history
diff --git
a/target/linux/mediatek/mt7623/config-5.10
b/target/linux/mediatek/mt7623/config-5.10
index aabc3b775e65da11d66035d7abd7e497c6165c34..308a08413bf765b6b7a0ee774b7ac471793c6bad 100644
(file)
--- a/
target/linux/mediatek/mt7623/config-5.10
+++ b/
target/linux/mediatek/mt7623/config-5.10
@@
-260,6
+260,7
@@
CONFIG_HARDIRQS_SW_RESEND=y
CONFIG_HAS_DMA=y
CONFIG_HAS_IOMEM=y
CONFIG_HAS_IOPORT_MAP=y
+CONFIG_HAVE_ARM_ARCH_TIMER=y
CONFIG_HAVE_SMP=y
CONFIG_HDMI=y
CONFIG_HID=y