commit | 469e0f7b166dd2d60577697f8ce98dccb4579b7d | [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 | 7d5096672d9272e1b01aa7e3b6f303e62117d5c8 [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>