commit | 41a25f46044c5f9b57197cfcc931106a3b8327d7 | [log] [tgz] |
---|---|---|
author | Sven Schwermer <sven@svenschwermer.de> | Wed Nov 21 08:43:53 2018 +0100 |
committer | Marek Vasut <marex@denx.de> | Mon Nov 26 21:19:03 2018 +0100 |
tree | 946bfa5f21d89f054c2b8a5e8f108ca1ff36e378 | |
parent | 6b21502229035779059493b2193fd790448fe85e [diff] |
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>