diff options
| author | Tom Rini <[email protected]> | 2017-08-25 17:50:26 -0400 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2017-09-01 16:18:20 -0400 |
| commit | ecad7051b07b11fb17196ce45ed0cbe2f1c3234e (patch) | |
| tree | 7b144399ec55642ec55fc14de1e8c8accf8ac3b3 /configs/Colombus_defconfig | |
| parent | 9493d05a4156cddac3d257fea9e33c877d4bb10b (diff) | |
configs: Migrate all of the existing USB symbols, except fastboot
This syncs all of the currently Kconfig'd symbols out of the headers and
into the defconfig files. This has two exceptions, first am335x_evm
needs to be converted to DM in SPL and then it can stop undef'ing
CONFIG_DM_USB. Leaving this as-is results in a build failure, and
without work, run time failure. The other case is am43xx_evm.h and in
turn am43xx_evm_usbhost_boot. The problem here is that we need DWC3 USB
host mode in SPL, but still desire to have gadget mode in U-Boot proper.
Signed-off-by: Tom Rini <[email protected]>
Diffstat (limited to 'configs/Colombus_defconfig')
| -rw-r--r-- | configs/Colombus_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/Colombus_defconfig b/configs/Colombus_defconfig index 1359281ff41..21e87e63819 100644 --- a/configs/Colombus_defconfig +++ b/configs/Colombus_defconfig @@ -28,3 +28,4 @@ CONFIG_RGMII=y CONFIG_SUN7I_GMAC=y CONFIG_AXP_ALDO1_VOLT=3300 CONFIG_USB_EHCI_HCD=y +CONFIG_SYS_USB_EVENT_POLL_VIA_INT_QUEUE=y |
