diff options
author | hselasky <hselasky@FreeBSD.org> | 2014-05-29 10:46:09 +0000 |
---|---|---|
committer | hselasky <hselasky@FreeBSD.org> | 2014-05-29 10:46:09 +0000 |
commit | b164e3d3367a73c815c3335ef70955c320549763 (patch) | |
tree | 2da33d41e600e3b570630664222a6fc034282601 /sys/mips | |
parent | e7ad38a8d250eb13f46e4ae768f1fad16c8d3315 (diff) | |
download | FreeBSD-src-b164e3d3367a73c815c3335ef70955c320549763.zip FreeBSD-src-b164e3d3367a73c815c3335ef70955c320549763.tar.gz |
Hook the ISP/SAF1761 driver into MIPS kernel builds.
- Update FDT file for BERI DE4 boards.
- Add needed kernel configuration keywords.
- Rename module to saf1761otg so that the device unit number does not
interfere with the hardware ID in dmesg.
Sponsored by: DARPA, AFRL
Diffstat (limited to 'sys/mips')
-rw-r--r-- | sys/mips/conf/BERI_DE4_BASE | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/sys/mips/conf/BERI_DE4_BASE b/sys/mips/conf/BERI_DE4_BASE index 801c8d3..d24a41f 100644 --- a/sys/mips/conf/BERI_DE4_BASE +++ b/sys/mips/conf/BERI_DE4_BASE @@ -40,3 +40,12 @@ device uart device miibus options DEVICE_POLLING +# +# USB support +# +#options USB_DEBUG +#options USB_REQ_DEBUG +#options USB_VERBOSE +device usb +device saf1761otg + |