svn commit: r238881 - head/sys/arm/conf

Warner Losh imp at FreeBSD.org
Sun Jul 29 04:28:30 UTC 2012


Author: imp
Date: Sun Jul 29 04:28:29 2012
New Revision: 238881
URL: http://svn.freebsd.org/changeset/base/238881

Log:
  Commit the dci (gadget) support to the one ATMEL kernel config where
  it might actually work.

Modified:
  head/sys/arm/conf/KB920X

Modified: head/sys/arm/conf/KB920X
==============================================================================
--- head/sys/arm/conf/KB920X	Sun Jul 29 04:26:24 2012	(r238880)
+++ head/sys/arm/conf/KB920X	Sun Jul 29 04:28:29 2012	(r238881)
@@ -138,6 +138,12 @@ device		wlan_ccmp	# 802.11 CCMP support
 device		wlan_tkip	# 802.11 TKIP support
 device		wlan_amrr	# AMRR transmit rate control algorithm
 
+# USB device (gadget) support
+device		at91_dci	# Atmel's usb device
+device		usfs		# emulate a flash
+device		cdce		# emulate an ethernet
+device		usb_template	# Control of the gadget
+
 options		IEEE80211_SUPPORT_MESH
 
 options		AH_SUPPORT_AR5416


More information about the svn-src-all mailing list