Home
last modified time | relevance | path

Searched hist:"0 a04ddb5ea876f3785dca631e9e41e7428e6ee6f" (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/drivers/usb/
H A DKconfig0a04ddb5ea876f3785dca631e9e41e7428e6ee6f Mon Dec 10 11:05:16 UTC 2018 Martyn Welch <martyn@welchs.me.uk> UPSTREAM: 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.

Change-Id: I11e59ec852e9621f01e526e21805a922ba1feb44
Signed-off-by: Martyn Welch <martyn.welch@collabora.com>
Signed-off-by: Frank Wang <frank.wang@rock-chips.com>
(cherry picked from commit 16ecb295b3834d8017d922ae46eedbbf6fd6c99b)