Skip to content

Commit

Permalink
Enable PCIe for Khadas VIM3 (#3092) (#3100)
Browse files Browse the repository at this point in the history
It seems that the PCIe driver is not enabled for Khadas VIM3. Enable it
by default.

Note to make use of the M2X extension board, the following commands need
to be executed on the U-Boot command line:

```
HAOS> i2c dev 0
Setting bus to 0
HAOS> i2c mw 0x18 0x33 1
```
  • Loading branch information
agners authored Jan 23, 2024
1 parent d83fc29 commit 7685e04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildroot-external/board/khadas/kernel-vim.config
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ CONFIG_PCI_IOV=y
CONFIG_HOTPLUG_PCI=y
CONFIG_PCI_HOST_GENERIC=y
CONFIG_PCIE_DW_PLAT_HOST=y
# CONFIG_PCI_MESON is not set
CONFIG_PCI_MESON=y
CONFIG_DEVTMPFS=y
CONFIG_DEVTMPFS_MOUNT=y
CONFIG_SIMPLE_PM_BUS=y
Expand Down

0 comments on commit 7685e04

Please sign in to comment.