diff options
author | Daniel Golle <daniel@makrotopia.org> | 2021-07-20 17:02:49 +0100 |
---|---|---|
committer | Daniel Golle <daniel@makrotopia.org> | 2021-07-20 17:03:44 +0100 |
commit | 27deb35af3cfa1dda5a635016fa852c8d201e81f (patch) | |
tree | 97d75811f2247792cbcd7c249319175f46125bea /target/linux/mediatek | |
parent | ddec752890022794a9c035356d7e13e9889a03db (diff) | |
download | upstream-27deb35af3cfa1dda5a635016fa852c8d201e81f.tar.gz upstream-27deb35af3cfa1dda5a635016fa852c8d201e81f.tar.bz2 upstream-27deb35af3cfa1dda5a635016fa852c8d201e81f.zip |
mediatek: fix typo in kernel mt7623/config-5.10
Fix typo reported by github user @mans0n.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Diffstat (limited to 'target/linux/mediatek')
-rw-r--r-- | target/linux/mediatek/mt7623/config-5.10 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/mediatek/mt7623/config-5.10 b/target/linux/mediatek/mt7623/config-5.10 index ca1f92ae78..4e240b560d 100644 --- a/target/linux/mediatek/mt7623/config-5.10 +++ b/target/linux/mediatek/mt7623/config-5.10 @@ -229,7 +229,7 @@ CONFIG_HARDIRQS_SW_RESEND=y CONFIG_HAS_DMA=y CONFIG_HAS_IOMEM=y CONFIG_HAS_IOPORT_MAP=y -CINFIG_HAVE_ARM_ARCH_TIMER=y +CONFIG_HAVE_ARM_ARCH_TIMER=y CONFIG_HAVE_SMP=y CONFIG_HDMI=y CONFIG_HIGHMEM=y |