Difference between revisions of "EBC Exercise 24 Kconfig Edits"

From eLinux.org
Jump to: navigation, search
m (Changed category)
m (Fixed section numbers)
Line 1: Line 1:
 
[[Category:ECE497]]
 
[[Category:ECE497]]
  
Sections 4.3.4 - 4.3.6 show how to modify '''Kconfig''' files.  Find the correct Kconfig file and modify it so the following option appears when configuring the kernel.   
+
Section 4.4 shows how to modify '''Kconfig''' files.  Find the correct Kconfig file and modify it so the following option appears when configuring the kernel.   
  
 
Hint:  use '''make xconfig''' and search for a keyword
 
Hint:  use '''make xconfig''' and search for a keyword

Revision as of 09:56, 14 March 2011


Section 4.4 shows how to modify Kconfig files. Find the correct Kconfig file and modify it so the following option appears when configuring the kernel.

Hint: use make xconfig and search for a keyword

Make xconfig switch 2.png

What changes do you have to make to the corresponding makefile for your new addition to be compiled?