From ab2618d48855a0336c5b6d16f8a5ae8ebb3176b7 Mon Sep 17 00:00:00 2001 From: Nick Vaccaro Date: Wed, 21 Feb 2018 14:09:54 -0800 Subject: mainboard/google/zoombini: enable 4 cores BUG=b:70731385 BRANCH=master TEST='emerge-meowth coreboot chromeos-bootimage', flash image.serial.bin to meowth board, boot into kernel, and verify 4 cores are running. Change-Id: Ia233e41acd19b317f82433a5d41d84ea934a66c4 Signed-off-by: Nick Vaccaro Reviewed-on: https://review.coreboot.org/23839 Reviewed-by: Nick Vaccaro Tested-by: build bot (Jenkins) Reviewed-by: Aaron Durbin --- src/mainboard/google/zoombini/Kconfig | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src') diff --git a/src/mainboard/google/zoombini/Kconfig b/src/mainboard/google/zoombini/Kconfig index ba510287a8..efea56676d 100644 --- a/src/mainboard/google/zoombini/Kconfig +++ b/src/mainboard/google/zoombini/Kconfig @@ -77,6 +77,10 @@ config INCLUDE_SND_MAX98373_NHLT select NHLT_DMIC_2CH_16B select NHLT_MAX98373 +config MAX_CPUS + int + default 4 + config VARIANT_DIR string default "meowth" if BOARD_GOOGLE_MEOWTH -- cgit v1.2.3