summaryrefslogtreecommitdiff
path: root/configs/ls1028aqds_tfa_defconfig
diff options
context:
space:
mode:
authorMark Kettenis <kettenis@openbsd.org>2022-01-22 22:38:11 +0300
committerTom Rini <trini@konsulko.com>2022-02-11 00:44:23 +0300
commit045474be5ebca9d4491572c134a8288b19f5e14a (patch)
tree4e791bdf64e63339bf5cb15c2d0559b74a89daf8 /configs/ls1028aqds_tfa_defconfig
parentc4408291bfff9622f2d3817a13c997debd0e8200 (diff)
downloadu-boot-045474be5ebca9d4491572c134a8288b19f5e14a.tar.xz
nvme: Split out PCI support
Apple SoCs have an integrated NVMe controller that isn't connected over a PCIe bus. In preparation for adding support for this NVMe controller, split out the PCI support into its own file. This file is selected through a new CONFIG_NVME_PCI Kconfig option, so do a wholesale replacement of CONFIG_NVME with CONFIG_NVME_PCI. Signed-off-by: Mark Kettenis <kettenis@openbsd.org> Reviewed-by: Simon Glass <sjg@chromium.org> Tested on: Macbook Air M1 Tested-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'configs/ls1028aqds_tfa_defconfig')
-rw-r--r--configs/ls1028aqds_tfa_defconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/ls1028aqds_tfa_defconfig b/configs/ls1028aqds_tfa_defconfig
index 2b90d8a0df..bc473ae143 100644
--- a/configs/ls1028aqds_tfa_defconfig
+++ b/configs/ls1028aqds_tfa_defconfig
@@ -79,7 +79,7 @@ CONFIG_DM_DSA=y
CONFIG_E1000=y
CONFIG_MSCC_FELIX_SWITCH=y
CONFIG_MDIO_MUX_I2CREG=y
-CONFIG_NVME=y
+CONFIG_NVME_PCI=y
CONFIG_PCI=y
CONFIG_PCIE_ECAM_GENERIC=y
CONFIG_PCIE_LAYERSCAPE_RC=y