modules: kernel: add more usb controller modules

There's a number of usb controllers that are common yet aren't
contained in the host directory. Include these for generic host.

Signed-off-by: Peter Robinson <pbrobinson@gmail.com>
master
Peter Robinson 2017-02-03 10:29:12 +00:00
parent e752d42de9
commit 0c5e5f271b
1 changed files with 4 additions and 0 deletions

View File

@ -32,7 +32,11 @@ installkernel() {
"=drivers/power" \
"=drivers/regulator" \
"=drivers/rtc" \
"=drivers/usb/chipidea" \
"=drivers/usb/dwc2" \
"=drivers/usb/dwc3" \
"=drivers/usb/host" \
"=drivers/usb/musb" \
"=drivers/usb/phy" \
${NULL}
fi