Skip to content

Commit

Permalink
mediatek: mt7623: Re-enable ARM arch timer
Browse files Browse the repository at this point in the history
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: 4f1c5b0 ("mediatek: mt7623: backport musb, improve HDMI console")
  • Loading branch information
dwmw2 authored and dangowrt committed Jan 10, 2022
1 parent 4648a60 commit 8cdc356
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions target/linux/mediatek/mt7623/config-5.10
Expand Up @@ -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
Expand Down

0 comments on commit 8cdc356

Please sign in to comment.