configs: khadas-vim3: enable PCIe and NVMe
authorNeil Armstrong <narmstrong@baylibre.com>
Fri, 26 Feb 2021 13:47:06 +0000 (14:47 +0100)
committerTom Rini <trini@konsulko.com>
Tue, 20 Apr 2021 11:30:04 +0000 (07:30 -0400)
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>
configs/khadas-vim3_defconfig
configs/khadas-vim3l_defconfig

index cd0327c..bb41670 100644 (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
index ef85f00..59541e7 100644 (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