[bootlin/training-materials updates] master: Fix kernel configuration parameter name (a7a595a8)

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


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

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

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

    Fix kernel configuration parameter name
    
    Signed-off-by: Michael Opdenacker <michael.opdenacker at bootlin.com>


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

a7a595a8c782f4b1561e23150d126fa046b9a841
 .../kernel-compiling-and-nfs-booting.tex                                | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 0977cdce..58db868e 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
@@ -78,7 +78,7 @@ Add the below options to support networking over USB device:
         controller}
   \item \code{CONFIG_USB_MUSB_GADGET} {\em Use the USB OTG controller
 	in device (gadget) mode} 
-  \item \code{CONFIG_MUSB_DSPS}=y
+  \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}
   \item Find the "USB Gadget precomposed configurations" menu




More information about the training-materials-updates mailing list