[linux-yocto] [PATCH 2/2] valleyisland-io: remove CONFIG_ACPI dependency from CONFIG_X86_INTEL_LPSS
rebecca.swee.fun.chang at intel.com
rebecca.swee.fun.chang at intel.com
Wed Dec 4 23:07:33 PST 2013
From: "Chang, Rebecca Swee Fun" <rebecca.swee.fun.chang at intel.com>
x86: This is to resolve the compile error if the kernel is built for
platform with no ACPI support. It is expected the PCI mode LPSS
devices will still work on system with no ACPI support.
Signed-off-by: Chang, Rebecca Swee Fun <rebecca.swee.fun.chang at intel.com>
---
...CONFIG_ACPI-dependency-from-CONFIG_X86_IN.patch | 26 ++++++++++++++++++++
1 file changed, 26 insertions(+)
create mode 100644 meta/cfg/kernel-cache/features/valleyisland-io/0016-x86-Remove-CONFIG_ACPI-dependency-from-CONFIG_X86_IN.patch
diff --git a/meta/cfg/kernel-cache/features/valleyisland-io/0016-x86-Remove-CONFIG_ACPI-dependency-from-CONFIG_X86_IN.patch b/meta/cfg/kernel-cache/features/valleyisland-io/0016-x86-Remove-CONFIG_ACPI-dependency-from-CONFIG_X86_IN.patch
new file mode 100644
index 0000000..6db8b54
--- /dev/null
+++ b/meta/cfg/kernel-cache/features/valleyisland-io/0016-x86-Remove-CONFIG_ACPI-dependency-from-CONFIG_X86_IN.patch
@@ -0,0 +1,26 @@
+x86: Remove CONFIG_ACPI dependency from CONFIG_X86_INTEL_LPSS
+
+This is to resolve the compile error if the kernel is built for
+platform with no ACPI support. It is expected the PCI mode LPSS
+devices will still work on system with no ACPI support.
+
+Signed-off-by: Chang, Rebecca Swee Fun <rebecca.swee.fun.chang at intel.com>
+---
+ arch/x86/Kconfig | 1 -
+ 1 file changed, 1 deletion(-)
+
+diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig
+index 4f7c2da..b7843a8 100644
+--- a/arch/x86/Kconfig
++++ b/arch/x86/Kconfig
+@@ -456,7 +456,6 @@ endif
+
+ config X86_INTEL_LPSS
+ bool "Intel Low Power Subsystem Support"
+- depends on ACPI
+ select COMMON_CLK
+ ---help---
+ Select to build support for Intel Low Power Subsystem such as
+--
+1.7.10.4
+
--
1.7.10.4
More information about the linux-yocto
mailing list