aboutsummaryrefslogtreecommitdiff
path: root/src/soc/intel/apollolake/Kconfig
diff options
context:
space:
mode:
authorAamir Bohra <aamir.bohra@intel.com>2017-06-02 19:07:56 +0530
committerAaron Durbin <adurbin@chromium.org>2017-06-05 00:30:19 +0200
commit22b2c793e3587fb98d42f88e5e623621e055ff3a (patch)
tree91681692dd6c622ab6737b735eb689599954fba4 /src/soc/intel/apollolake/Kconfig
parent1041d399cbbae9042a021502f9e105b078f5046e (diff)
soc/intel/apollolake: Add config for cpu base clock frequency
Add config for cpu base clock frequency(Mhz), use and clean up code. Change-Id: I724c48c11796aa942295d4f19cc629d4c13647e1 Signed-off-by: Aamir Bohra <aamir.bohra@intel.com> Reviewed-on: https://review.coreboot.org/20017 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Diffstat (limited to 'src/soc/intel/apollolake/Kconfig')
-rw-r--r--src/soc/intel/apollolake/Kconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/soc/intel/apollolake/Kconfig b/src/soc/intel/apollolake/Kconfig
index 56f0d203b2..fe72c078f7 100644
--- a/src/soc/intel/apollolake/Kconfig
+++ b/src/soc/intel/apollolake/Kconfig
@@ -322,4 +322,8 @@ config IFD_CHIPSET
string
default "aplk"
+config CPU_BCLK_MHZ
+ int
+ default 100
+
endif