summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMathew McBride <[email protected]>2023-07-21 04:39:23 +0000
committerTom Rini <[email protected]>2023-08-03 09:40:50 -0400
commit3c052f9b22865d9c716a54f508057dcc047fb46c (patch)
tree3f9c6b6182d649d191621b18dd7fc924552c6e18
parent0a63fb960de5ae339dc104842e7f0700b0bc62d1 (diff)
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 <[email protected]> Reviewed-by: Peng Fan <[email protected]>
-rw-r--r--configs/ten64_tfa_defconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/ten64_tfa_defconfig b/configs/ten64_tfa_defconfig
index 9797a343e51..7d63ee40e91 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