usb: Introduce CONFIG_SPL_DM_USB
authorSven Schwermer <sven@svenschwermer.de>
Wed, 21 Nov 2018 07:43:53 +0000 (08:43 +0100)
committerMarek Vasut <marex@denx.de>
Mon, 26 Nov 2018 20:19:03 +0000 (21:19 +0100)
commit41a25f46044c5f9b57197cfcc931106a3b8327d7
tree946bfa5f21d89f054c2b8a5e8f108ca1ff36e378
parent6b21502229035779059493b2193fd790448fe85e
usb: Introduce CONFIG_SPL_DM_USB

This allows building the SPL without driver model for USB. Since
CONFIG_SPL_DM_USB is enabled if and only if CONFIG_DM_USB was enabled
before, this patch does not change the build behaviour.

Signed-off-by: Sven Schwermer <sven@svenschwermer.de>
drivers/usb/Kconfig
drivers/usb/common/Makefile
drivers/usb/host/Makefile