Searched hist:"3 da53cbff947503ae0321c511c4210439c29746f" (Results 1 – 1 of 1) sorted by relevance
| /rk3399_rockchip-uboot/drivers/usb/ |
| H A D | Kconfig | 3da53cbff947503ae0321c511c4210439c29746f Fri Oct 19 12:41:01 UTC 2018 Alexander Graf <agraf@suse.de> UPSTREAM: usb: Do not compile USB_STORAGE with BLK && !DM_USB
The USB storage driver does not compile when CONFIG_BLK is set, but DM_USB is not set, as we're missing the DM device links for CONFIG_BLK enabled code paths.
So far it looks like nobody fell into this trap, because no board enabled CONFIG_BLK and CONFIG_USB_STORAGE while not enabling CONFIG_DM_USB, but we should still reflect that dependency properly in Kconfig so that implicit enabling of CONFIG_USB_STORAGE works.
Change-Id: I5f87b577eb94e0ee33036b7162fcece7e04841aa Signed-off-by: Alexander Graf <agraf@suse.de> Signed-off-by: Frank Wang <frank.wang@rock-chips.com> (cherry picked from commit dc03b704f4364da6df6a86aafccc3828ade8ed43)
|