From 9616f3ceb7e6bb2a55b0de01a5364fca011a1ecb Mon Sep 17 00:00:00 2001 From: Stefan Reinauer Date: Wed, 29 Apr 2015 10:45:22 -0700 Subject: kbuild: Don't require intel/common changes for every soc In the true spirit of separating components more strictly and allowing to add new components to coreboot without touching existing code, move Intel common code selection to the soc Kconfig and out of src/soc/intel/common/Makefile.inc Change-Id: I0a70656bb9f4550b6088e9f45e68b5106c0eb9af Signed-off-by: Stefan Reinauer Reviewed-on: http://review.coreboot.org/10031 Tested-by: build bot (Jenkins) Reviewed-by: Leroy P Leahy Reviewed-by: Patrick Georgi --- src/soc/intel/baytrail/Kconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'src/soc/intel/baytrail') diff --git a/src/soc/intel/baytrail/Kconfig b/src/soc/intel/baytrail/Kconfig index 214a1ac231..0b3e1763f4 100644 --- a/src/soc/intel/baytrail/Kconfig +++ b/src/soc/intel/baytrail/Kconfig @@ -37,6 +37,7 @@ config CPU_SPECIFIC_OPTIONS select TSC_MONOTONIC_TIMER select TSC_SYNC_MFENCE select UDELAY_TSC + select SOC_INTEL_COMMON config BOOTBLOCK_CPU_INIT string -- cgit v1.2.3