aboutsummaryrefslogtreecommitdiff
path: root/src/soc/intel/cannonlake/Kconfig
diff options
context:
space:
mode:
authorMaulik V Vaghela <maulik.v.vaghela@intel.com>2018-08-30 16:51:43 +0530
committerPatrick Georgi <pgeorgi@google.com>2018-09-10 15:04:32 +0000
commitb2e56c116083131d2ccbcc5b4753ee541e91b4fa (patch)
tree5d7b93befe94bc0766bc6a9eef88de51fdcb8e17 /src/soc/intel/cannonlake/Kconfig
parentcda59b56ba1af83a64579901a5395c1b3c1bf519 (diff)
soc/intel/cannonlake: Correct number of root ports for CNL PCH H
CNL PCH H supports maximum 24 root ports while CNL PCH LP supports maximum 16 root ports. Change-Id: I2cc3ae282d4eb5da8b0618451e062a6c061f1d6f Signed-off-by: Maulik V Vaghela <maulik.v.vaghela@intel.com> Reviewed-on: https://review.coreboot.org/28399 Reviewed-by: Naresh Solanki <naresh.solanki@intel.com> Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/soc/intel/cannonlake/Kconfig')
-rw-r--r--src/soc/intel/cannonlake/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/soc/intel/cannonlake/Kconfig b/src/soc/intel/cannonlake/Kconfig
index ef39706b8d..310ed2458a 100644
--- a/src/soc/intel/cannonlake/Kconfig
+++ b/src/soc/intel/cannonlake/Kconfig
@@ -164,6 +164,7 @@ config NHLT_DA7219
config MAX_ROOT_PORTS
int
+ default 24 if CANNONLAKE_SOC_PCH_H
default 16
config SMM_TSEG_SIZE