Skip to content

Commit

Permalink
Minor fixes to kernel configuration instructions
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
  • Loading branch information
Michael Opdenacker committed Mar 25, 2019
1 parent 49bdb91 commit deb3990
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -72,10 +72,10 @@ \section{Kernel configuration}
Add the below options to support networking over USB device:
\begin{itemize}
\item \code{CONFIG_USB_GADGET=y}
\item \code{CONFIG_USB_MUSB_HDRC} {\em Driver for the USB OTG
\item \code{CONFIG_USB_MUSB_HDRC=y} {\em Driver for the USB OTG
controller}
\item \code{CONFIG_USB_MUSB_GADGET} {\em Use the USB OTG controller
in device (gadget) mode}
\item \code{CONFIG_USB_MUSB_GADGET=y} {\em Use the USB OTG controller
in device (gadget) mode}
\item \code{CONFIG_USB_MUSB_DSPS}=y
\item Check the dependencies of \code{CONFIG_AM335X_PHY_USB}
and find the way to set \code{CONFIG_AM335X_PHY_USB=y}
Expand Down

0 comments on commit deb3990

Please sign in to comment.