kernel: Enable X86_AMD_PLATFORM_DEVICE

This is needed to get the toupad working on my Acer Nitro laptop.
This commit is contained in:
Matthew Harm Bekkema 2019-09-09 00:22:27 +10:00 committed by GitHub
parent 26b095829f
commit 2e94b9853c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -698,6 +698,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