diff --git a/target/linux/ramips/dts/mt7621.dtsi b/target/linux/ramips/dts/mt7621.dtsi index c911693a01..3e076741a9 100644 --- a/target/linux/ramips/dts/mt7621.dtsi +++ b/target/linux/ramips/dts/mt7621.dtsi @@ -437,14 +437,6 @@ clock-names = "nfi_clk"; }; - crypto@1e004000 { - compatible = "mediatek,mtk-eip93"; - reg = <0x1e004000 0x1000>; - - interrupt-parent = <&gic>; - interrupts = ; - }; - ethernet: ethernet@1e100000 { compatible = "mediatek,mt7621-eth"; reg = <0x1e100000 0x10000>; diff --git a/target/linux/ramips/modules.mk b/target/linux/ramips/modules.mk index 57f0ef3af6..6f199c46a2 100644 --- a/target/linux/ramips/modules.mk +++ b/target/linux/ramips/modules.mk @@ -133,31 +133,3 @@ define KernelPackage/sound-mt7620/description endef $(eval $(call KernelPackage,sound-mt7620)) - -define KernelPackage/crypto-hw-eip93 - SECTION:=kernel - CATEGORY:=Kernel modules - SUBMENU:=Cryptographic API modules - TITLE:=MediaTek EIP93 crypto module - DEPENDS:= \ - @TARGET_ramips_mt7621 \ - +kmod-crypto-aead \ - +kmod-crypto-authenc \ - +kmod-crypto-des \ - +kmod-crypto-md5 \ - +kmod-crypto-sha1 \ - +kmod-crypto-sha256 - KCONFIG:= \ - CONFIG_CRYPTO_DEV_EIP93 \ - CONFIG_CRYPTO_DEV_EIP93_AES=y \ - CONFIG_CRYPTO_DEV_EIP93_DES=y \ - CONFIG_CRYPTO_DEV_EIP93_AEAD=y - FILES:=$(LINUX_DIR)/drivers/crypto/mtk-eip93/crypto-hw-eip93.ko - AUTOLOAD:=$(call AutoProbe,crypto-hw-eip93) -endef - -define KernelPackage/crypto-hw-eip93/description - Kernel module to enable EIP-93 Crypto engine as found in the Mediatek MT7621 SoC. -endef - -$(eval $(call KernelPackage,crypto-hw-eip93))