Files
u-boot/drivers
Martyn Welch 16ecb295b3 usb: Don't enable CONFIG_SPL_DM_USB for non-DM SPL
When CONFIG_SPL_DM_USB was added, it was added defaulted on without
protection to ensure it didn't get set for non-DM SPL builds.

This leads to unexpected and confusing failures when building a DM based
U-Boot but with a non-DM SPL, as the defconfig is unlikely to have
CONFIG_SPL_DM_USB actively disabled.

Tweak the Kconfig to not enable this setting unless CONFIG_SPL_DM is set.

Signed-off-by: Martyn Welch <martyn.welch@collabora.com>
2018-12-14 17:59:08 +01:00
..
2018-12-06 14:38:03 -08:00
2018-12-07 08:13:45 -05:00
2018-12-06 14:37:51 -08:00
2018-07-19 16:31:38 -04:00
2018-10-07 11:04:01 -04:00
2018-11-29 09:30:06 -07:00
2018-12-06 17:15:15 -05:00
2018-12-06 23:26:32 -05:00