diff options
author | Patrick Georgi <pgeorgi@google.com> | 2018-11-23 15:26:12 +0100 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2018-11-23 20:50:18 +0000 |
commit | b3070a5f1b0953a80d215b08358130ab45366c89 (patch) | |
tree | 796c1d9277a974d5e28b0f986fe6de5bad053c82 /src/soc/intel | |
parent | 4b2c12f0937fe39c12cb56e1787e15e8ac51aa2c (diff) |
soc/intel/apollolake: Remove cycle in Kconfig symbol dependencies
Change-Id: Iad60a5c8863283b7d373e1f6aaff48c40b7bb274
Signed-off-by: Patrick Georgi <pgeorgi@google.com>
Reviewed-on: https://review.coreboot.org/c/29812
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Nico Huber <nico.h@gmx.de>
Diffstat (limited to 'src/soc/intel')
-rw-r--r-- | src/soc/intel/apollolake/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/soc/intel/apollolake/Kconfig b/src/soc/intel/apollolake/Kconfig index c9b17b047d..4a841be9ad 100644 --- a/src/soc/intel/apollolake/Kconfig +++ b/src/soc/intel/apollolake/Kconfig @@ -370,7 +370,6 @@ config CPU_BCLK_MHZ config APL_SKIP_SET_POWER_LIMITS bool - depends on !APL_SET_MIN_CLOCK_RATIO default n help Some Apollo Lake mainboards do not need the Running Average Power |