Re: [RFC PATCH v1 1/3] spl: Add Kconfig options for NVME

2022-09-29 Thread Simon Glass
On Thu, 29 Sept 2022 at 03:57, Mayuresh Chitale wrote: > > This patch adds options to enable PCI NVMe support in SPL > > Signed-off-by: Mayuresh Chitale > --- > common/spl/Kconfig | 25 + > 1 file changed, 25 insertions(+) Reviewed-by: Simon Glass

[RFC PATCH v1 1/3] spl: Add Kconfig options for NVME

2022-09-29 Thread Mayuresh Chitale
This patch adds options to enable PCI NVMe support in SPL Signed-off-by: Mayuresh Chitale --- common/spl/Kconfig | 25 + 1 file changed, 25 insertions(+) diff --git a/common/spl/Kconfig b/common/spl/Kconfig index 70d97815f0..2bc97421f9 100644 --- a/common/spl/Kconfig