aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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"