Rockchip PCIe driver change to Builtin (#1623)
The previos default kernel config was seting the Rockchip PCIe host controller driver to be compiled as a module. This prevents booting from PCIe attached devices (i.e. nvme ssd).
This commit is contained in:
parent
85080ff373
commit
3fdbeaf8f3
@ -1583,7 +1583,7 @@ CONFIG_HOTPLUG_PCI=y
|
||||
# CONFIG_PCI_HOST_THUNDER_PEM is not set
|
||||
# CONFIG_PCI_HOST_THUNDER_ECAM is not set
|
||||
CONFIG_PCIE_ROCKCHIP=y
|
||||
CONFIG_PCIE_ROCKCHIP_HOST=m
|
||||
CONFIG_PCIE_ROCKCHIP_HOST=y
|
||||
CONFIG_PCIE_ROCKCHIP_EP=y
|
||||
|
||||
#
|
||||
|
||||
Loading…
Reference in New Issue
Block a user