Template:Kernel/Doc

From Alon Bar-Lev's Site
Jump to navigation Jump to search

This template is for kernel configuration options. These should be shown using the "make menuconfig" layout.

Example:

{{Kernel|EeePC kernel config|<pre>
Processor type and features  --->

     [*] Tickless System (Dynamic Ticks)

Power management options  --->
     [*] Power Management support
     [*] ACPI (Advanced Configuration and Power Interface) Support  --->
           <M>   AC Adapter
           <M>   Battery  
           < >   ASUS/Medion Laptop Extras
     [*] CPU Frequency scaling
           <M>   'ondemand' cpufreq policy governor
           <M>   ACPI Processor P-States driver
           <M>   Intel Pentium 4 clock modulation
</pre>}}

Will produce:

Linux Kernel Configuration: EeePC kernel config
Processor type and features  --->

     [*] Tickless System (Dynamic Ticks)

Power management options  --->
     [*] Power Management support
     [*] ACPI (Advanced Configuration and Power Interface) Support  --->
           <M>   AC Adapter
           <M>   Battery  
           < >   ASUS/Medion Laptop Extras
     [*] CPU Frequency scaling
           <M>   'ondemand' cpufreq policy governor
           <M>   ACPI Processor P-States driver
           <M>   Intel Pentium 4 clock modulation