diff options
author | Aamir Bohra <aamir.bohra@intel.com> | 2017-04-06 20:21:58 +0530 |
---|---|---|
committer | Martin Roth <martinroth@google.com> | 2017-04-11 17:00:43 +0200 |
commit | 138b2a03bedb059f7a4064b4ff03d88083774302 (patch) | |
tree | 3adb0bd38c9ad0f7b7693f000eae4d8609de834c /src/soc/intel/apollolake/Kconfig | |
parent | 015c64335d13b9e213fa93127d621c574b17018e (diff) |
soc/intel/apollolake: Use LPSS common library
Use lpss common library to program reset and
clock register for lpss modules
Change-Id: I75f9aebd60290fbf22684f8cc2ce8e8a4a4304b0
Signed-off-by: Aamir Bohra <aamir.bohra@intel.com>
Reviewed-on: https://review.coreboot.org/19154
Tested-by: build bot (Jenkins)
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Diffstat (limited to 'src/soc/intel/apollolake/Kconfig')
-rw-r--r-- | src/soc/intel/apollolake/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/soc/intel/apollolake/Kconfig b/src/soc/intel/apollolake/Kconfig index b8af418289..7ec97bf11c 100644 --- a/src/soc/intel/apollolake/Kconfig +++ b/src/soc/intel/apollolake/Kconfig @@ -53,6 +53,7 @@ config CPU_SPECIFIC_OPTIONS select SOC_INTEL_COMMON_ACPI select SOC_INTEL_COMMON_ACPI_WAKE_SOURCE select SOC_INTEL_COMMON_BLOCK + select SOC_INTEL_COMMON_BLOCK_LPSS select SOC_INTEL_COMMON_BLOCK_PCR select SOC_INTEL_COMMON_BLOCK_SA select SOC_INTEL_COMMON_BLOCK_RTC |