summaryrefslogtreecommitdiff
path: root/src/soc/intel/elkhartlake/Kconfig
diff options
context:
space:
mode:
authorLean Sheng Tan <lean.sheng.tan@intel.com>2021-05-30 09:08:35 -0700
committerWerner Zeh <werner.zeh@siemens.com>2021-06-04 03:48:31 +0000
commitc6c54439f8caa9796bd28313469bd740eb671275 (patch)
tree1c63eb1c275543eaaaecbe856cd7836e8a0dd47c /src/soc/intel/elkhartlake/Kconfig
parent9420e2847e6e3559a5e50eb10206f436b4a14a4f (diff)
soc/intel/elkhartlake: Update FSP-S storage related configs
Further add initial Silicon UPD storage settings: - SATA - SD card - eMMC Signed-off-by: Lean Sheng Tan <lean.sheng.tan@intel.com> Change-Id: Id4145fcf156756a610b8a9a705d4ab99fe7b0bf8 Reviewed-on: https://review.coreboot.org/c/coreboot/+/55082 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Werner Zeh <werner.zeh@siemens.com> Reviewed-by: Mario Scheithauer <mario.scheithauer@siemens.com>
Diffstat (limited to 'src/soc/intel/elkhartlake/Kconfig')
-rw-r--r--src/soc/intel/elkhartlake/Kconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/soc/intel/elkhartlake/Kconfig b/src/soc/intel/elkhartlake/Kconfig
index b55884c5db..a522db5068 100644
--- a/src/soc/intel/elkhartlake/Kconfig
+++ b/src/soc/intel/elkhartlake/Kconfig
@@ -109,6 +109,10 @@ config MAX_ROOT_PORTS
int
default 7
+config MAX_SATA_PORTS
+ int
+ default 2
+
config MAX_PCIE_CLOCK_SRC
int
default 6