From 70fa6dce53f8fe9e0e9e06872c1fef7aee5472d4 Mon Sep 17 00:00:00 2001 From: "Yan, Like" Date: Tue, 31 Mar 2020 14:09:04 +0800 Subject: [PATCH] hv: config: enable RDT for apl-up2 by default Tracked-On: #4566 Signed-off-by: Yan, Like --- hypervisor/arch/x86/configs/apl-up2.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hypervisor/arch/x86/configs/apl-up2.config b/hypervisor/arch/x86/configs/apl-up2.config index 514637391..116e27328 100644 --- a/hypervisor/arch/x86/configs/apl-up2.config +++ b/hypervisor/arch/x86/configs/apl-up2.config @@ -3,4 +3,4 @@ CONFIG_BOARD="apl-up2" CONFIG_SERIAL_PCI=y CONFIG_SERIAL_PCI_BDF="0:18.0" CONFIG_HV_RAM_START=0x5e000000 -CONFIG_RDT_ENABLED=n +CONFIG_RDT_ENABLED=y