
23 Nov
2023
23 Nov
'23
12:53 a.m.
On 11/20/23 15:56, Heinrich Schuchardt wrote:
Compiling with CONFIG_USB_XHCI_PCI and CONFIG_PCI=n results in
usb/host/xhci-pci.c:48:(.text.xhci_pci_probe+0x44): undefined reference to `dm_pci_write_config32
Add the missing Kconfig dependency.
Signed-off-by: Heinrich Schuchardt heinrich.schuchardt@canonical.com
Reviewed-by: Marek Vasut marex@denx.de
Thanks !