diff mbox series

[4/5] configs: khadas-vim3: enable PCIe and NVMe

Message ID 20210408075047.4076954-5-narmstrong@baylibre.com
State Accepted, archived
Commit 8f4f65ed6a82b7020f953c17b33c973817e9eabe
Delegated to: Neil Armstrong
Headers show
Series ARM: khadas-vim3: enable PCIe and NVMe | expand

Commit Message

Neil Armstrong April 8, 2021, 7:50 a.m. UTC
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  | 5 +++++
 configs/khadas-vim3l_defconfig | 5 +++++
 2 files changed, 10 insertions(+)
diff mbox series

Patch

diff --git a/configs/khadas-vim3_defconfig b/configs/khadas-vim3_defconfig
index bc17430569..5bf821bd38 100644
--- a/configs/khadas-vim3_defconfig
+++ b/configs/khadas-vim3_defconfig
@@ -85,3 +85,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
diff --git a/configs/khadas-vim3l_defconfig b/configs/khadas-vim3l_defconfig
index c1877922c7..f066eb8c61 100644
--- a/configs/khadas-vim3l_defconfig
+++ b/configs/khadas-vim3l_defconfig
@@ -85,3 +85,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