diff options
author | Mark Kettenis | 2022-01-22 20:38:11 +0100 |
---|---|---|
committer | Tom Rini | 2022-02-10 16:44:23 -0500 |
commit | 045474be5ebca9d4491572c134a8288b19f5e14a (patch) | |
tree | 4e791bdf64e63339bf5cb15c2d0559b74a89daf8 /configs/octeontx2_96xx_defconfig | |
parent | c4408291bfff9622f2d3817a13c997debd0e8200 (diff) |
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/octeontx2_96xx_defconfig')
-rw-r--r-- | configs/octeontx2_96xx_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/octeontx2_96xx_defconfig b/configs/octeontx2_96xx_defconfig index 1298bfe3092..1ce892d9635 100644 --- a/configs/octeontx2_96xx_defconfig +++ b/configs/octeontx2_96xx_defconfig @@ -99,7 +99,7 @@ CONFIG_E1000_SPI=y CONFIG_CMD_E1000=y CONFIG_NET_OCTEONTX2=y CONFIG_OCTEONTX_SMI=y -CONFIG_NVME=y +CONFIG_NVME_PCI=y CONFIG_PCI=y CONFIG_PCI_REGION_MULTI_ENTRY=y CONFIG_PCI_SRIOV=y |