From 0c10152b630ea1f9bc615a037fe9f64d3a6ab119 Mon Sep 17 00:00:00 2001 From: Olof Johansson Date: Thu, 26 Dec 2013 18:29:47 -0800 Subject: [PATCH] fixup ARM: multi_v7: copy most options from tegra_defconfig Turns out I messed up when applying it, accidentally disabling CONFIG_SMP. Whoops. This will be folded into the other patch on next rebase. Signed-off-by: Olof Johansson --- arch/arm/configs/multi_v7_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/configs/multi_v7_defconfig b/arch/arm/configs/multi_v7_defconfig index 2aa6b1004878..ec432065d75e 100644 --- a/arch/arm/configs/multi_v7_defconfig +++ b/arch/arm/configs/multi_v7_defconfig @@ -57,6 +57,7 @@ CONFIG_TRUSTED_FOUNDATIONS=y CONFIG_PCI=y CONFIG_PCI_MSI=y CONFIG_PCI_TEGRA=y +CONFIG_SMP=y CONFIG_HIGHPTE=y CONFIG_CMA=y CONFIG_ARM_APPENDED_DTB=y -- 2.39.5