Skip to content

Commit 7685e04

Browse files
authored
Enable PCIe for Khadas VIM3 (#3092) (#3100)
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 ```
1 parent d83fc29 commit 7685e04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildroot-external/board/khadas/kernel-vim.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ CONFIG_PCI_IOV=y
160160
CONFIG_HOTPLUG_PCI=y
161161
CONFIG_PCI_HOST_GENERIC=y
162162
CONFIG_PCIE_DW_PLAT_HOST=y
163-
# CONFIG_PCI_MESON is not set
163+
CONFIG_PCI_MESON=y
164164
CONFIG_DEVTMPFS=y
165165
CONFIG_DEVTMPFS_MOUNT=y
166166
CONFIG_SIMPLE_PM_BUS=y

0 commit comments

Comments
 (0)