From 340908aecf01093d35aaf0b71c55ed65c3ebbeac Mon Sep 17 00:00:00 2001 From: Furquan Shaikh Date: Tue, 4 Apr 2017 11:47:19 -0700 Subject: soc/intel/lpss: Provide common LPSS clock config Since there are multiple controllers in the LPSS and all use the same frequency, provide a single Kconfig option for LPSS_CLOCK_MHZ. BUG=b:35583330 Change-Id: I3c0cb62d56916e6e5f671fb5f40210f4cb33316f Signed-off-by: Furquan Shaikh Reviewed-on: https://review.coreboot.org/19115 Reviewed-by: Aaron Durbin Tested-by: build bot (Jenkins) --- src/soc/intel/apollolake/Kconfig | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/soc/intel/apollolake/Kconfig') diff --git a/src/soc/intel/apollolake/Kconfig b/src/soc/intel/apollolake/Kconfig index ca8f5d0829..70d2099605 100644 --- a/src/soc/intel/apollolake/Kconfig +++ b/src/soc/intel/apollolake/Kconfig @@ -117,8 +117,7 @@ config CPU_ADDR_BITS int default 36 -config SOC_INTEL_COMMON_LPSS_I2C_CLOCK_MHZ - depends on SOC_INTEL_COMMON_LPSS_I2C +config SOC_INTEL_COMMON_LPSS_CLOCK_MHZ int default 133 -- cgit v1.2.3