base: add imx8 evk usb driver to platform config

Issue #3571
This commit is contained in:
Alexander Boettcher 2019-12-02 14:34:59 +01:00 committed by Christian Helmuth
parent e34b443c29
commit beb1e084a6
1 changed files with 1 additions and 0 deletions

View File

@ -38,6 +38,7 @@ proc usb_host_drv_binary { } {
if {[have_spec panda]} { return panda_usb_host_drv }
if {[have_spec rpi]} { return rpi_usb_host_drv }
if {[have_spec imx6q_sabrelite]} { return imx6q_sabrelite_usb_host_drv }
if {[have_spec imx8q_evk]} { return imx8q_evk_usb_host_drv }
if {[have_spec odroid_x2]} { return odroid_x2_usb_host_drv }
if {[have_spec x86]} { return x86_pc_usb_host_drv }
return no_usb_drv_available