Kconfig: Fix references to obsolete symbols
These are all Kconfig symbols that have been removed or renamed. USE_PRINTK_IN_CAR was removed in commit8c4f31b3
Drop the USE_PRINTK_IN_CAR option. It's a bogus decision... DYNAMIC_CBMEM was removed in commite2b0affd
Remove Kconfig variable that has no effect MAINBOARD_HAS_BOOTBLOCK_INIT was removed in commit342535cc
Remove Kconfig variable that has no effect CACHE_ROM was removed in commit4337020b
Remove CACHE_ROM. SMM_MODULES was removed in commit44cbe10f
smm: Merge configs SMM_MODULES and SMM_TSEG INCLUDE_MICROCODE_IN_BUILD was removed in commiteb73a218
soc/fsp_baytrail: Fix use of microcode-related Kconfig variables CAR_MIGRATION was removed in commitcbf5bdfe
CBMEM: Always select CAR_MIGRATION REQUIRES_BLOB was removed in commit70c85eab
build system: Retire REQUIRES_BLOB CPU_MICROCODE_IN_CBFS was renamed to SUPPORT_CPU_UCODE_IN_CBFS in commit66e0c4c8
- cpu: Rename CPU_MICROCODE_IN_CBFS to SUPPORT_CPU_UCODE_IN_CBFS CONSOLE_SERIAL_UART was renamed to CONSOLE_SERIAL in commitafa7b13b
uart: Redefine Kconfig options CONSOLE_SERIAL8250MEM was renamed to DRIVERS_UART_8250MEM in commitafa7b13b
- uart: Redefine Kconfig options Change-Id: I8952ca8c53ac2e6cec5f9c77d2f413f086bfab9d Signed-off-by: Martin Roth <gaumless@gmail.com> Reviewed-on: http://review.coreboot.org/10766 Tested-by: build bot (Jenkins) Reviewed-by: Patrick Georgi <pgeorgi@google.com> Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
This commit is contained in:
committed by
Stefan Reinauer
parent
8c2f39714f
commit
df02c338ef
@@ -21,7 +21,6 @@ config NORTHBRIDGE_INTEL_HASWELL
|
||||
bool
|
||||
select CACHE_MRC_BIN
|
||||
select CPU_INTEL_HASWELL
|
||||
select REQUIRES_BLOB
|
||||
select MMCONF_SUPPORT
|
||||
select MMCONF_SUPPORT_DEFAULT
|
||||
select INTEL_DDI
|
||||
|
Reference in New Issue
Block a user