aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/mediatek/mt7623
diff options
context:
space:
mode:
authorDaniel Golle <daniel@makrotopia.org>2022-08-11 17:03:43 +0200
committerDaniel Golle <daniel@makrotopia.org>2022-08-28 20:33:15 +0100
commit06c4fc6d5e1eea00e6a3ea208102407408590af8 (patch)
treefbf4ce064e4b710ad1dc932cac806f88229bb5f3 /target/linux/mediatek/mt7623
parenta1c5ca82ff73e1527c765b47245813e0d75a82bf (diff)
downloadupstream-06c4fc6d5e1eea00e6a3ea208102407408590af8.tar.gz
upstream-06c4fc6d5e1eea00e6a3ea208102407408590af8.tar.bz2
upstream-06c4fc6d5e1eea00e6a3ea208102407408590af8.zip
kernel: enable inside secure driver for MediaTek platforms
Older MT7623 ARMv7 SoC as well as new Filogic platforms come with inside-secure,safexcel-eip97 units. Enable them in DTS and select the driver kernel module by default on those platforms. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Diffstat (limited to 'target/linux/mediatek/mt7623')
-rw-r--r--target/linux/mediatek/mt7623/target.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/mediatek/mt7623/target.mk b/target/linux/mediatek/mt7623/target.mk
index cc5ff3f27d..1338b091e3 100644
--- a/target/linux/mediatek/mt7623/target.mk
+++ b/target/linux/mediatek/mt7623/target.mk
@@ -9,7 +9,7 @@ CPU_TYPE:=cortex-a7
CPU_SUBTYPE:=neon-vfpv4
KERNELNAME:=Image dtbs zImage
FEATURES+=display usbgadget
-DEFAULT_PACKAGES+=uboot-envtools
+DEFAULT_PACKAGES+=kmod-crypto-hw-safexcel uboot-envtools
define Target/Description
Build firmware images for MediaTek mt7623 ARM based boards.