wireguard: selftests: enable ACPI for SMP
authorJason A. Donenfeld <Jason@zx2c4.com>
Thu, 21 Apr 2022 13:48:04 +0000 (15:48 +0200)
committerJakub Kicinski <kuba@kernel.org>
Fri, 22 Apr 2022 22:59:05 +0000 (15:59 -0700)
It turns out that by having CONFIG_ACPI=n, we've been failing to boot
additional CPUs, and so these systems were functionally UP. The code
bloat is unfortunate for build times, but I don't see an alternative. So
this commit sets CONFIG_ACPI=y for x86_64 and i686 configs.

Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
tools/testing/selftests/wireguard/qemu/arch/i686.config
tools/testing/selftests/wireguard/qemu/arch/x86_64.config