diff options
author | gonzo <gonzo@FreeBSD.org> | 2013-07-07 04:24:38 +0000 |
---|---|---|
committer | gonzo <gonzo@FreeBSD.org> | 2013-07-07 04:24:38 +0000 |
commit | f0b30c046fd1d03cf714293eeb6bec446ae9cc60 (patch) | |
tree | 8c963d192d61be9d975d35e4b0aabb671f89225d /sys/arm/conf | |
parent | d7bb35cafe37e07538b0329ee01c8c57b96f5a88 (diff) | |
download | FreeBSD-src-f0b30c046fd1d03cf714293eeb6bec446ae9cc60.zip FreeBSD-src-f0b30c046fd1d03cf714293eeb6bec446ae9cc60.tar.gz |
- Add USFS driver as an example of device mode for AM335x-based devices
Diffstat (limited to 'sys/arm/conf')
-rw-r--r-- | sys/arm/conf/BEAGLEBONE | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sys/arm/conf/BEAGLEBONE b/sys/arm/conf/BEAGLEBONE index 1304868..f6fe35e 100644 --- a/sys/arm/conf/BEAGLEBONE +++ b/sys/arm/conf/BEAGLEBONE @@ -123,6 +123,10 @@ device bpf device miibus device axe # ASIX Electronics USB Ethernet +# Device mode support and USFS template +device usb_template # Control of the gadget +device usfs + # Flattened Device Tree options FDT options FDT_DTB_STATIC |