summaryrefslogtreecommitdiffstats
path: root/src/soc/intel/apollolake
diff options
context:
space:
mode:
authorSean Rhodes <sean@starlabs.systems>2022-06-01 11:30:31 +0100
committerFelix Held <felix-coreboot@felixheld.de>2022-06-09 13:48:32 +0000
commit843f34e32a7c4e5da7ee2ef2cf402d52a8a1f4fc (patch)
tree4cd574ea3079ce99c416a3653ddf4c594c1a4080 /src/soc/intel/apollolake
parent0d590b7d915f47c2102b2515aca8b608205c4258 (diff)
downloadcoreboot-843f34e32a7c4e5da7ee2ef2cf402d52a8a1f4fc.tar.gz
coreboot-843f34e32a7c4e5da7ee2ef2cf402d52a8a1f4fc.tar.bz2
coreboot-843f34e32a7c4e5da7ee2ef2cf402d52a8a1f4fc.zip
soc/intel/apollolake: Correct the maximum number of Heci devices
Both APL and GLK have 3 Heci devices. Signed-off-by: Sean Rhodes <sean@starlabs.systems> Change-Id: I7dc7afb4d2906838a478083b466b36aa78ec49a8 Reviewed-on: https://review.coreboot.org/c/coreboot/+/64859 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Subrata Banik <subratabanik@google.com>
Diffstat (limited to 'src/soc/intel/apollolake')
-rw-r--r--src/soc/intel/apollolake/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/soc/intel/apollolake/Kconfig b/src/soc/intel/apollolake/Kconfig
index 05cc3a61366f..602c810e818b 100644
--- a/src/soc/intel/apollolake/Kconfig
+++ b/src/soc/intel/apollolake/Kconfig
@@ -134,7 +134,7 @@ config DISABLE_HECI1_AT_PRE_BOOT
config MAX_HECI_DEVICES
int
- default 1
+ default 3
config MAX_CPUS
int