From: Neil Armstrong Date: Fri, 26 Feb 2021 13:47:06 +0000 (+0100) Subject: configs: khadas-vim3: enable PCIe and NVMe X-Git-Url: http://git.dujemihanovic.xyz/?a=commitdiff_plain;h=8f4f65ed6a82b7020f953c17b33c973817e9eabe;p=u-boot.git 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 --- diff --git a/configs/khadas-vim3_defconfig b/configs/khadas-vim3_defconfig index cd0327c06b..bb41670cba 100644 --- a/configs/khadas-vim3_defconfig +++ b/configs/khadas-vim3_defconfig @@ -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 diff --git a/configs/khadas-vim3l_defconfig b/configs/khadas-vim3l_defconfig index ef85f00dd8..59541e7671 100644 --- a/configs/khadas-vim3l_defconfig +++ b/configs/khadas-vim3l_defconfig @@ -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