diff options
author | David Woodhouse <dwmw2@infradead.org> | 2022-01-10 10:23:46 +0000 |
---|---|---|
committer | Daniel Golle <daniel@makrotopia.org> | 2022-01-10 13:45:41 +0000 |
commit | 8cdc356f8c30b55698d5f57abbd1f3e16d8c653e (patch) | |
tree | 0379c6ad9d09f4628aa8dcd0c8c3eca908bb1ce3 /target/linux/mediatek | |
parent | 4648a60058eeb5c841ba7bc2f78480d957c692ab (diff) | |
download | upstream-8cdc356f8c30b55698d5f57abbd1f3e16d8c653e.tar.gz upstream-8cdc356f8c30b55698d5f57abbd1f3e16d8c653e.tar.bz2 upstream-8cdc356f8c30b55698d5f57abbd1f3e16d8c653e.zip |
mediatek: mt7623: Re-enable ARM arch timer
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")
Diffstat (limited to 'target/linux/mediatek')
-rw-r--r-- | target/linux/mediatek/mt7623/config-5.10 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/mediatek/mt7623/config-5.10 b/target/linux/mediatek/mt7623/config-5.10 index aabc3b775e..308a08413b 100644 --- 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 |