aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/Kconfig
diff options
context:
space:
mode:
authorMathias Nyman <mathias.nyman@linux.intel.com>2013-09-13 10:02:29 -0400
committerIngo Molnar <mingo@kernel.org>2013-09-14 02:06:28 -0400
commit0f531431d3de88efb4234d6c0ce22089ec035a38 (patch)
tree87aa84b3c5876075fcb46a69887c56b0f78e064a /arch/x86/Kconfig
parent9d8e3f9693245415db0b7c58551a91fa9fd1f9c7 (diff)
x86/intel/lpss: Add pin control support to Intel low power subsystem
x86 chips with LPSS (low power subsystem) such as Lynxpoint and Baytrail have SoC like peripheral support and controllable pins. At the moment, Baytrail needs the pinctrl-baytrail driver to let peripherals control their gpio resources, but more pincontrol functions such as pin muxing and grouping are possible to add later. Signed-off-by: Mathias Nyman <mathias.nyman@linux.intel.com> Reviewed-by: Mika Westerberg <mika.westerberg@linux.intel.com> Cc: Rafael J. Wysocki <rafael.j.wysocki@intel.com> Link: http://lkml.kernel.org/r/1379080949-21734-1-git-send-email-mathias.nyman@linux.intel.com Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'arch/x86/Kconfig')
-rw-r--r--arch/x86/Kconfig5
1 files changed, 3 insertions, 2 deletions
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig
index b32ebf92b0ce..4d5843d5f64d 100644
--- a/arch/x86/Kconfig
+++ b/arch/x86/Kconfig
@@ -482,11 +482,12 @@ config X86_INTEL_LPSS
482 bool "Intel Low Power Subsystem Support" 482 bool "Intel Low Power Subsystem Support"
483 depends on ACPI 483 depends on ACPI
484 select COMMON_CLK 484 select COMMON_CLK
485 select PINCTRL
485 ---help--- 486 ---help---
486 Select to build support for Intel Low Power Subsystem such as 487 Select to build support for Intel Low Power Subsystem such as
487 found on Intel Lynxpoint PCH. Selecting this option enables 488 found on Intel Lynxpoint PCH. Selecting this option enables
488 things like clock tree (common clock framework) which are needed 489 things like clock tree (common clock framework) and pincontrol
489 by the LPSS peripheral drivers. 490 which are needed by the LPSS peripheral drivers.
490 491
491config X86_RDC321X 492config X86_RDC321X
492 bool "RDC R-321x SoC" 493 bool "RDC R-321x SoC"