Merge pull request #68312 from mat8913/patch-2
kernel: Enable X86_AMD_PLATFORM_DEVICE
This commit is contained in:
commit
667712abe4
@ -699,6 +699,8 @@ let
|
|||||||
|
|
||||||
PREEMPT = no;
|
PREEMPT = no;
|
||||||
PREEMPT_VOLUNTARY = yes;
|
PREEMPT_VOLUNTARY = yes;
|
||||||
|
|
||||||
|
X86_AMD_PLATFORM_DEVICE = yes;
|
||||||
|
|
||||||
} // optionalAttrs (stdenv.hostPlatform.system == "x86_64-linux" || stdenv.hostPlatform.system == "aarch64-linux") {
|
} // optionalAttrs (stdenv.hostPlatform.system == "x86_64-linux" || stdenv.hostPlatform.system == "aarch64-linux") {
|
||||||
# Enable CPU/memory hotplug support
|
# Enable CPU/memory hotplug support
|
||||||
|
Loading…
x
Reference in New Issue
Block a user