Author: trasz
Date: Sat Jan 20 14:00:07 2018
New Revision: 328195
URL: https://svnweb.freebsd.org/changeset/base/328195

Log:
  Add usb_template(4) to RPI-B kernel config.  This is to support the USB OTG
  functionality on Raspberry Pi 0.
  
  Reviewed by:  hselasky@
  MFC after:    2 weeks
  Sponsored by: The FreeBSD Foundation
  Differential Revision:        https://reviews.freebsd.org/D13924

Modified:
  head/sys/arm/conf/RPI-B

Modified: head/sys/arm/conf/RPI-B
==============================================================================
--- head/sys/arm/conf/RPI-B     Sat Jan 20 13:58:34 2018        (r328194)
+++ head/sys/arm/conf/RPI-B     Sat Jan 20 14:00:07 2018        (r328195)
@@ -46,6 +46,9 @@ device                pty
 device         snp
 device         pl011
 
+# Device mode support
+device         usb_template            # Control of the gadget
+
 # Comment following lines for boot console on serial port
 device         vt
 device         kbdmux
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "[email protected]"

Reply via email to