diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2019-12-02 21:16:41 +0100 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2019-12-02 21:16:41 +0100 |
commit | 0d1e3c7f3760d027081eddd4b3b088291ec3a5e9 (patch) | |
tree | 5dbe08c23a174fa0e824695daa4d36b7a643af71 /arch | |
parent | arch/x86_64/arch-config: Enable Intel Low Power Subsystem support in ACPI mode (diff) | |
download | genkernel-0d1e3c7f3760d027081eddd4b3b088291ec3a5e9.tar.gz genkernel-0d1e3c7f3760d027081eddd4b3b088291ec3a5e9.tar.bz2 genkernel-0d1e3c7f3760d027081eddd4b3b088291ec3a5e9.zip |
arch/x86_64/arch-config: Enable AMD ACPI2Platform devices support
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/x86_64/arch-config | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86_64/arch-config b/arch/x86_64/arch-config index 8ad62f9c..cad42d29 100644 --- a/arch/x86_64/arch-config +++ b/arch/x86_64/arch-config @@ -129,6 +129,7 @@ CONFIG_COMPAT=y CONFIG_COMPAT_FOR_U64_ALIGNMENT=y CONFIG_X86_DEV_DMA_OPS=y CONFIG_X86_INTEL_LPSS=y +CONFIG_X86_AMD_PLATFORM_DEVICE=y CONFIG_IOSF_MBI=m CONFIG_COMPAT_NETLINK_MESSAGES=y CONFIG_X86_MSR=m |