From: Mathew McBride Date: Fri, 21 Jul 2023 04:39:23 +0000 (+0000) Subject: configs: ten64: enable NVME_PCI X-Git-Tag: v2025.01-rc5-pxa1908~903^2~8 X-Git-Url: http://git.dujemihanovic.xyz/img/static/gitweb.css?a=commitdiff_plain;h=3c052f9b22865d9c716a54f508057dcc047fb46c;p=u-boot.git configs: ten64: enable NVME_PCI This restores NVMe functionality after PCI(e) NVMe support was split out from the NVMe driver. Signed-off-by: Mathew McBride Reviewed-by: Peng Fan --- diff --git a/configs/ten64_tfa_defconfig b/configs/ten64_tfa_defconfig index 9797a343e5..7d63ee40e9 100644 --- a/configs/ten64_tfa_defconfig +++ b/configs/ten64_tfa_defconfig @@ -76,6 +76,8 @@ CONFIG_SYS_MEMAC_LITTLE_ENDIAN=y CONFIG_E1000=y CONFIG_MII=y CONFIG_NVME=y +CONFIG_NVME_PCI=y +CONFIG_PCI=y CONFIG_DM_PCI_COMPAT=y CONFIG_PCIE_LAYERSCAPE_RC=y CONFIG_DM_RTC=y