svn commit: r332614 - stable/11/sys/arm/conf
Edward Tomasz Napierala
trasz at FreeBSD.org
Mon Apr 16 17:13:10 UTC 2018
Author: trasz
Date: Mon Apr 16 17:13:09 2018
New Revision: 332614
URL: https://svnweb.freebsd.org/changeset/base/332614
Log:
MFC r328195:
Add usb_template(4) to RPI-B kernel config. This is to support the USB OTG
functionality on Raspberry Pi 0.
Modified:
stable/11/sys/arm/conf/RPI-B
Directory Properties:
stable/11/ (props changed)
Modified: stable/11/sys/arm/conf/RPI-B
==============================================================================
--- stable/11/sys/arm/conf/RPI-B Mon Apr 16 17:12:18 2018 (r332613)
+++ stable/11/sys/arm/conf/RPI-B Mon Apr 16 17:13:09 2018 (r332614)
@@ -47,6 +47,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
More information about the svn-src-stable
mailing list