Re: [PATCH v3 1/5] spl: Add Kconfig options for NVME

2023-05-04 Thread Simon Glass
On Thu, 4 May 2023 at 03:53, Mayuresh Chitale wrote: > > Add kconfig options to enable NVME and PCI NVMe support in SPL > > Signed-off-by: Mayuresh Chitale > --- > common/spl/Kconfig | 21 + > 1 file changed, 21 insertions(+) > > diff --git a/common/spl/Kconfig b/common/spl/K

[PATCH v3 1/5] spl: Add Kconfig options for NVME

2023-05-04 Thread Mayuresh Chitale
Add kconfig options to enable NVME and PCI NVMe support in SPL Signed-off-by: Mayuresh Chitale --- common/spl/Kconfig | 21 + 1 file changed, 21 insertions(+) diff --git a/common/spl/Kconfig b/common/spl/Kconfig index 2c042ad306..515e8f2c66 100644 --- a/common/spl/Kconfig ++