aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNeil Armstrong2021-02-26 07:47:06 -0600
committerTom Rini2021-04-20 06:30:04 -0500
commit8f4f65ed6a82b7020f953c17b33c973817e9eabe (patch)
tree477b8f1ea3a3cc36931203af0dcf5da3caf48cda
parentc8dd2ad696677107dee00ee4a87ed8fe273c6831 (diff)
downloadti-u-boot-8f4f65ed6a82b7020f953c17b33c973817e9eabe.tar.gz
ti-u-boot-8f4f65ed6a82b7020f953c17b33c973817e9eabe.tar.xz
ti-u-boot-8f4f65ed6a82b7020f953c17b33c973817e9eabe.zip
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>
-rw-r--r--configs/khadas-vim3_defconfig5
-rw-r--r--configs/khadas-vim3l_defconfig5
2 files changed, 10 insertions, 0 deletions
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
88CONFIG_BMP_24BPP=y 88CONFIG_BMP_24BPP=y
89CONFIG_BMP_32BPP=y 89CONFIG_BMP_32BPP=y
90CONFIG_OF_LIBFDT_OVERLAY=y 90CONFIG_OF_LIBFDT_OVERLAY=y
91CONFIG_PCI=y
92CONFIG_CMD_PCI=y
93CONFIG_DM_PCI=y
94CONFIG_PCIE_DW_MESON=y
95CONFIG_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
88CONFIG_BMP_24BPP=y 88CONFIG_BMP_24BPP=y
89CONFIG_BMP_32BPP=y 89CONFIG_BMP_32BPP=y
90CONFIG_OF_LIBFDT_OVERLAY=y 90CONFIG_OF_LIBFDT_OVERLAY=y
91CONFIG_PCI=y
92CONFIG_CMD_PCI=y
93CONFIG_DM_PCI=y
94CONFIG_PCIE_DW_MESON=y
95CONFIG_NVME=y