Enable USB on i.MX based boards, patch from Niels de Vos

This commit is contained in:
Kyle McMartin 2013-07-11 11:24:52 -04:00
parent 36552a2628
commit 2dea7184f1
2 changed files with 7 additions and 0 deletions

View File

@ -183,6 +183,10 @@ CONFIG_SMC91X=m
CONFIG_SMC911X=m
CONFIG_SMSC911X=m
CONFIG_USB_ISP1760_HCD=m
CONFIG_USB_CHIPIDEA=m
CONFIG_USB_CHIPIDEA_UDC=y
CONFIG_USB_CHIPIDEA_HOST=y
# CONFIG_USB_CHIPIDEA_DEBUG is not set
# Multifunction Devices
CONFIG_MFD_SYSCON=y

View File

@ -2408,6 +2408,9 @@ fi
# and build.
%changelog
* Thu Jul 11 2013 Kyle McMartin <kyle@redhat.com>
- Enable USB on i.MX based boards, patch from Niels de Vos.
* Fri Jul 05 2013 Josh Boyer <jwboyer@redhat.com>
- Add report fixup for Genius Gila mouse from Benjamin Tissoires (rhbz 959721)
- Add vhost-net use-after-free fix (rhbz 976789 980643)