diff options
author | Stefan Reinauer <stefan.reinauer@coreboot.org> | 2015-04-29 10:45:22 -0700 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2015-04-30 12:00:14 +0200 |
commit | 9616f3ceb7e6bb2a55b0de01a5364fca011a1ecb (patch) | |
tree | 21c39434e204ce2732d1f85f64154acbb6936b50 /src/soc/intel/broadwell | |
parent | ae5ab604d51815bfed964017fad815c002aca9fe (diff) |
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 <stefan.reinauer@coreboot.org>
Reviewed-on: http://review.coreboot.org/10031
Tested-by: build bot (Jenkins)
Reviewed-by: Leroy P Leahy <leroy.p.leahy@intel.com>
Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Diffstat (limited to 'src/soc/intel/broadwell')
-rw-r--r-- | src/soc/intel/broadwell/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/soc/intel/broadwell/Kconfig b/src/soc/intel/broadwell/Kconfig index d8406321ed..91249ee007 100644 --- a/src/soc/intel/broadwell/Kconfig +++ b/src/soc/intel/broadwell/Kconfig @@ -48,6 +48,7 @@ config CPU_SPECIFIC_OPTIONS select TSC_SYNC_MFENCE select UDELAY_TSC select PER_DEVICE_ACPI_TABLES + select SOC_INTEL_COMMON config BOOTBLOCK_CPU_INIT string |