aboutsummaryrefslogtreecommitdiff
path: root/src/soc/intel/cannonlake/Kconfig
diff options
context:
space:
mode:
authorSubrata Banik <subrata.banik@intel.com>2019-01-30 11:35:18 +0530
committerSubrata Banik <subrata.banik@intel.com>2019-02-04 05:38:01 +0000
commitcff6a1df3bacb9cd336c01c4ca5fe33ecd61dc80 (patch)
tree4d17bbf2f6dddbcbe42186d81597917da3b5fee4 /src/soc/intel/cannonlake/Kconfig
parent45ad4f041bcf69f7988d87ae390977c10203b1a8 (diff)
soc/intel/cannonlake: Remove SOC_INTEL_CANNONLAKE_MEMCFG_INIT Kconfig
This patch removes duplicate selects of same SOC_INTEL_CANNONLAKE_MEMCFG_INIT from various CFL/WHL SoC based boards to include cnl_memcfg_init.c file and include the cnl_memcfg_init.c file by default in CNL SoC Makefile.inc. Change-Id: Ib21ea305871dc859e7db0720c18a9479100346c3 Signed-off-by: Subrata Banik <subrata.banik@intel.com> Reviewed-on: https://review.coreboot.org/c/31134 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Furquan Shaikh <furquan@google.com>
Diffstat (limited to 'src/soc/intel/cannonlake/Kconfig')
-rw-r--r--src/soc/intel/cannonlake/Kconfig4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/soc/intel/cannonlake/Kconfig b/src/soc/intel/cannonlake/Kconfig
index f8193cd754..0a1cff0938 100644
--- a/src/soc/intel/cannonlake/Kconfig
+++ b/src/soc/intel/cannonlake/Kconfig
@@ -170,10 +170,6 @@ config CPU_BCLK_MHZ
int
default 100
-config SOC_INTEL_CANNONLAKE_MEMCFG_INIT
- bool
- default n
-
config SOC_INTEL_COMMON_BLOCK_GSPI_CLOCK_MHZ
int
default 120