configs: khadas-vim3: enable PCIe and NVMe

Now we have PCIe, let's also enable NVMe to access an eventual NVMe SSDs
connected on the M.2 slot.

Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
This commit is contained in:
Neil Armstrong 2021-02-26 14:47:06 +01:00 committed by Tom Rini
parent c8dd2ad696
commit 8f4f65ed6a
2 changed files with 10 additions and 0 deletions

View File

@ -88,3 +88,8 @@ CONFIG_BMP_16BPP=y
CONFIG_BMP_24BPP=y
CONFIG_BMP_32BPP=y
CONFIG_OF_LIBFDT_OVERLAY=y
CONFIG_PCI=y
CONFIG_CMD_PCI=y
CONFIG_DM_PCI=y
CONFIG_PCIE_DW_MESON=y
CONFIG_NVME=y

View File

@ -88,3 +88,8 @@ CONFIG_BMP_16BPP=y
CONFIG_BMP_24BPP=y
CONFIG_BMP_32BPP=y
CONFIG_OF_LIBFDT_OVERLAY=y
CONFIG_PCI=y
CONFIG_CMD_PCI=y
CONFIG_DM_PCI=y
CONFIG_PCIE_DW_MESON=y
CONFIG_NVME=y