[bootlin/training-materials updates] master: Minor fixes to kernel configuration instructions (deb39904)

Michael Opdenacker michael.opdenacker at bootlin.com
Mon Mar 25 17:18:34 CET 2019


Repository : https://github.com/bootlin/training-materials
On branch  : master
Link       : https://github.com/bootlin/training-materials/commit/deb399043b12d4d82d923d0deda7b8f88627eef4

>---------------------------------------------------------------

commit deb399043b12d4d82d923d0deda7b8f88627eef4
Author: Michael Opdenacker <michael.opdenacker at bootlin.com>
Date:   Mon Mar 25 17:18:34 2019 +0100

    Minor fixes to kernel configuration instructions
    
    Signed-off-by: Michael Opdenacker <michael.opdenacker at bootlin.com>


>---------------------------------------------------------------

deb399043b12d4d82d923d0deda7b8f88627eef4
 .../kernel-compiling-and-nfs-booting.tex                              | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/labs/kernel-compiling-and-nfs-booting/kernel-compiling-and-nfs-booting.tex b/labs/kernel-compiling-and-nfs-booting/kernel-compiling-and-nfs-booting.tex
index 37198b25..cd172236 100644
--- a/labs/kernel-compiling-and-nfs-booting/kernel-compiling-and-nfs-booting.tex
+++ b/labs/kernel-compiling-and-nfs-booting/kernel-compiling-and-nfs-booting.tex
@@ -72,9 +72,9 @@ use your cross-compiler.
 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
+  \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}




More information about the training-materials-updates mailing list