From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from out-180.mta1.migadu.com (out-180.mta1.migadu.com [95.215.58.180]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id B98F91917F0 for ; Mon, 23 Feb 2026 07:56:42 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=95.215.58.180 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1771833404; cv=none; b=jNnY7jYqAasqnhS1LMlCNRkxsqS1tbqE78cbuxcVnqh8cg4vaHLKpb5qHPiGSwLT2DmHoOkUAHOpevmATOAQVYIz3uSX795tFbcFXr7sSj7SK7+60Q9TH4Wp/7JBRertY75DBsHcnuQTDlQicV3E9ohkRcX369k75orrKgbJenI= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1771833404; c=relaxed/simple; bh=XvMVcKt/0r5kRONtwpp+F4V3utNj6holEBQEssCg+K4=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version; b=hQz5gClYHPu+8bhSmiH8ttn68x1Sb9DJlx7As2MXw4pgM/crXH3Zr1TMq7tA0IAvf+SLjL/SVqx9DsTjo0cCE2IcAb2NKDJwAMiYEHDj5GahlhpJKg2HWapfy5siWCCc00daqZEbjU90LJGIR36S0+dX2XdJ96esIpTsyiCGP30= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.dev; spf=pass smtp.mailfrom=linux.dev; dkim=pass (1024-bit key) header.d=linux.dev header.i=@linux.dev header.b=VW74dszo; arc=none smtp.client-ip=95.215.58.180 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.dev Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=linux.dev Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linux.dev header.i=@linux.dev header.b="VW74dszo" X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.dev; s=key1; t=1771833401; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=eYwiN4nghP1kmo4cngG1gXKb6guI7kDWkrfEn3kS1Pg=; b=VW74dszoqQsBZNpnIOhwPwpcXqJhI2ECVeyVXvh1sO+KLaId3flNHdLGXo6CcvJNO/185n 3S0Y7j6Y2ybD6amtsIWeZmsgOKoj3U+14hCRCIRH83R+S0RcEkrdO0B6tChT65WWB7YSDF 2CeIpDFRJcxodknznYyexoC1hxG0+84= From: Thorsten Blum To: Herbert Xu , "David S. Miller" Cc: Thorsten Blum , linux-crypto@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH] crypto: vmx - Remove disabled build directive Date: Mon, 23 Feb 2026 08:56:12 +0100 Message-ID: <20260223075612.322388-2-thorsten.blum@linux.dev> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Migadu-Flow: FLOW_OUT CONFIG_CRYPTO_DEV_VMX has been moved to arch/powerpc - delete the disabled build directive. Signed-off-by: Thorsten Blum --- drivers/crypto/Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/crypto/Makefile b/drivers/crypto/Makefile index 322ae8854e3e..283bbc650b5b 100644 --- a/drivers/crypto/Makefile +++ b/drivers/crypto/Makefile @@ -38,7 +38,6 @@ obj-y += stm32/ obj-$(CONFIG_CRYPTO_DEV_TALITOS) += talitos.o obj-$(CONFIG_CRYPTO_DEV_TEGRA) += tegra/ obj-$(CONFIG_CRYPTO_DEV_VIRTIO) += virtio/ -#obj-$(CONFIG_CRYPTO_DEV_VMX) += vmx/ obj-$(CONFIG_CRYPTO_DEV_BCM_SPU) += bcm/ obj-y += inside-secure/ obj-$(CONFIG_CRYPTO_DEV_ARTPEC6) += axis/ -- Thorsten Blum GPG: 1D60 735E 8AEF 3BE4 73B6 9D84 7336 78FD 8DFE EAD4