Merge pull request #68312 from mat8913/patch-2

kernel: Enable X86_AMD_PLATFORM_DEVICE
This commit is contained in:
Samuel Dionne-Riel 2019-09-09 09:33:22 -04:00 committed by GitHub
commit 667712abe4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -699,6 +699,8 @@ let
PREEMPT = no;
PREEMPT_VOLUNTARY = yes;
X86_AMD_PLATFORM_DEVICE = yes;
} // optionalAttrs (stdenv.hostPlatform.system == "x86_64-linux" || stdenv.hostPlatform.system == "aarch64-linux") {
# Enable CPU/memory hotplug support