diff options
author | Daniel Golle <daniel@makrotopia.org> | 2022-08-11 17:03:43 +0200 |
---|---|---|
committer | Daniel Golle <daniel@makrotopia.org> | 2022-08-28 20:33:15 +0100 |
commit | 06c4fc6d5e1eea00e6a3ea208102407408590af8 (patch) | |
tree | fbf4ce064e4b710ad1dc932cac806f88229bb5f3 /target/linux/mediatek/filogic/target.mk | |
parent | a1c5ca82ff73e1527c765b47245813e0d75a82bf (diff) | |
download | upstream-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/filogic/target.mk')
-rw-r--r-- | target/linux/mediatek/filogic/target.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/mediatek/filogic/target.mk b/target/linux/mediatek/filogic/target.mk index 97fc71c57e..0c5bf4844e 100644 --- a/target/linux/mediatek/filogic/target.mk +++ b/target/linux/mediatek/filogic/target.mk @@ -2,7 +2,7 @@ ARCH:=aarch64 SUBTARGET:=filogic BOARDNAME:=Filogic 830 (MT7986) CPU_TYPE:=cortex-a53 -DEFAULT_PACKAGES += kmod-mt7915e kmod-mt7986-firmware wpad-basic-wolfssl uboot-envtools +DEFAULT_PACKAGES += kmod-crypto-hw-safexcel kmod-mt7915e kmod-mt7986-firmware wpad-basic-wolfssl uboot-envtools KERNELNAME:=Image dtbs define Target/Description |