[linux-yocto] [PATCH 1/6] x86/Kconfig: add PCI dependency for CONFIG_X86_INTEL_LPSS
rebecca.swee.fun.chang at intel.com
rebecca.swee.fun.chang at intel.com
Thu Aug 28 04:30:09 PDT 2014
From: "Chew, Chiau Ee" <chiau.ee.chew at intel.com>
Allow CONFIG_X86_INTEL_LPSS to be set when ACPI
or PCI is set.
Signed-off-by: Chew, Chiau Ee <chiau.ee.chew at intel.com>
Signed-off-by: Maurice Petallo <mauricex.r.petallo at intel.com>
---
arch/x86/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig
index cd3939f..f92273e 100644
--- a/arch/x86/Kconfig
+++ b/arch/x86/Kconfig
@@ -469,7 +469,7 @@ endif
config X86_INTEL_LPSS
bool "Intel Low Power Subsystem Support"
- depends on ACPI
+ depends on ACPI || PCI
select COMMON_CLK
select PINCTRL
---help---
--
1.9.1
More information about the linux-yocto
mailing list