Re: [PATCH v2 1/9] nvme: Split out PCI support

2022-02-10 Thread Tom Rini
On Sat, Jan 22, 2022 at 08:38:11PM +0100, Mark Kettenis wrote: > 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 CO

[PATCH v2 1/9] nvme: Split out PCI support

2022-01-22 Thread Mark Kettenis
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_NV