From bee053e248e93d82e5c352708f8c892f4a488c54 Mon Sep 17 00:00:00 2001 From: Bin Meng Date: Tue, 12 Jun 2018 01:26:47 -0700 Subject: x86: cougarcanyon2: Add missing chipset interrupt information Add Panther Point chipset interrupt pin/PIRQ information, and enable the generation of PIRQ routing table and MP table. Signed-off-by: Bin Meng Reviewed-by: Simon Glass --- configs/cougarcanyon2_defconfig | 2 ++ 1 file changed, 2 insertions(+) (limited to 'configs/cougarcanyon2_defconfig') diff --git a/configs/cougarcanyon2_defconfig b/configs/cougarcanyon2_defconfig index 98d9aa0f3a..eeee2521c6 100644 --- a/configs/cougarcanyon2_defconfig +++ b/configs/cougarcanyon2_defconfig @@ -6,6 +6,8 @@ CONFIG_TARGET_COUGARCANYON2=y # CONFIG_HAVE_INTEL_ME is not set # CONFIG_ENABLE_MRC_CACHE is not set CONFIG_SMP=y +CONFIG_GENERATE_PIRQ_TABLE=y +CONFIG_GENERATE_MP_TABLE=y CONFIG_USE_BOOTARGS=y CONFIG_BOOTARGS="root=/dev/sdb3 init=/sbin/init rootwait ro" CONFIG_SYS_CONSOLE_INFO_QUIET=y -- cgit v1.2.3