mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 15:14:43 +00:00
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:
parent
4a892b5554
commit
ea001950af
2 changed files with 10 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue