diff options
author | Ilya Lipnitskiy <ilya.lipnitskiy@gmail.com> | 2021-03-05 18:06:02 -0800 |
---|---|---|
committer | root <root@localhost.localdomain> | 2021-03-06 02:47:11 +0000 |
commit | 7bda2e9aba58eaed4519fa2ec0f78dd1ab58594f (patch) | |
tree | f1f2ecdae9787ea078720498c476889f8b60cec6 /package/boot/uboot-rockchip | |
parent | 9663562188bb1039e93acacaf3e1c164fdddf021 (diff) | |
download | upstream-7bda2e9aba58eaed4519fa2ec0f78dd1ab58594f.tar.gz upstream-7bda2e9aba58eaed4519fa2ec0f78dd1ab58594f.tar.bz2 upstream-7bda2e9aba58eaed4519fa2ec0f78dd1ab58594f.zip |
kernel: fix kmod-usb3 dependencies
Adding CONFIG_USB_XHCI_PCI_RENESAS to KCONFIG made it so it was set
for all targets that included kmod-usb3, not just the intended
apm821xx/nand. xhci-pci has a dependency on xhci-pci-renesas if
CONFIG_USB_XHCI_PCI_RENESAS is set, breaking kmod-usb3 builds on
Linux 5.10 on all other targets.
Rework the dependencies by breaking out xhci-hcd, xhci-mtk, and
xhci-pci-renesas into new hidden kernel modules and setting kmod-usb3
dependencies properly.
Tested by building mt7621 and apm821xx/nand with kmod-usb3 on Linux 5.10
Fixes: be23f981 ("apm821xx: add support for kernel 5.10")
Cc: Christian Lamparter <chunkeey@gmail.com>
Signed-off-by: Ilya Lipnitskiy <ilya.lipnitskiy@gmail.com>
Diffstat (limited to 'package/boot/uboot-rockchip')
0 files changed, 0 insertions, 0 deletions