[linux-yocto] [PATCH 2/3] amd.cfg: Add X86_AMD_PLAFORM_DEVICE to default
Saul Wold
sgw at linux.intel.com
Wed Aug 19 16:42:19 PDT 2015
This new Kconfig option was recently introduced and should be enabled
in the default amd.cfg which will also affect the genericx86 platforms,
it enables ACPI Platform support available in AMD devices.
Signed-off-by: Saul Wold <sgw at linux.intel.com>
---
cfg/amd.cfg | 2 ++
1 file changed, 2 insertions(+)
diff --git a/cfg/amd.cfg b/cfg/amd.cfg
index cad8285..704b8f7 100644
--- a/cfg/amd.cfg
+++ b/cfg/amd.cfg
@@ -1,4 +1,6 @@
# Config settings specific to Amd x86 processors and not in an existing cfg/foo.cfg
+CONFIG_X86_AMD_PLATFORM_DEVICE=y
+
CONFIG_MICROCODE=y
CONFIG_MICROCODE_EARLY=y
CONFIG_MICROCODE_AMD=y
--
2.1.0
More information about the linux-yocto
mailing list