Re: [PATCH 1/1] usb: USB_XHCI_PCI depends on PCI

2023-11-22 Thread Marek Vasut
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 Rev

Re: [PATCH 1/1] usb: USB_XHCI_PCI depends on PCI

2023-11-20 Thread Mark Kettenis
> From: Heinrich Schuchardt > Date: Mon, 20 Nov 2023 15:56:36 +0100 > > 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. > > Sig

[PATCH 1/1] usb: USB_XHCI_PCI depends on PCI

2023-11-20 Thread Heinrich Schuchardt
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 --- drivers/usb/host/Kconfig | 2 +- 1 file changed, 1