From 2d366b10bcf9becde39d4ffa0332c314e5a5a4c2 Mon Sep 17 00:00:00 2001 From: Antony Rheneus Date: Tue, 1 Dec 2020 11:28:06 +0530 Subject: [PATCH] Marvell-armhf: Disable uefi firmware for marvell As per the base configuration from the upstreamed linux community linux-4.19.118/arch/arm/configs/mvebu_v7_defconfig, the following configuration changes are made - Disable EFI as it is not supported in marvell armada soc - Disable uefi based kernel module load security Signed-off-by: Antony Rheneus --- patch/kconfig-exclusions | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/patch/kconfig-exclusions b/patch/kconfig-exclusions index a479df776..978b4f92c 100644 --- a/patch/kconfig-exclusions +++ b/patch/kconfig-exclusions @@ -38,3 +38,7 @@ CONFIG_VORTEX CONFIG_NTP_PPS CONFIG_SENSORS_MAX6620 CONFIG_SND_LX6464ES +CONFIG_EFI +CONFIG_LOCK_DOWN_KERNEL +CONFIG_SECONDARY_TRUSTED_KEYRING +CONFIG_SYSTEM_BLACKLIST_KEYRING