|
@@ -44,6 +44,7 @@ parameter is applicable:
|
|
|
AVR32 AVR32 architecture is enabled.
|
|
|
AX25 Appropriate AX.25 support is enabled.
|
|
|
BLACKFIN Blackfin architecture is enabled.
|
|
|
+ CLK Common clock infrastructure is enabled.
|
|
|
DRM Direct Rendering Management support is enabled.
|
|
|
DYNAMIC_DEBUG Build in debug messages and enable them at runtime
|
|
|
EDD BIOS Enhanced Disk Drive Services (EDD) is enabled
|
|
@@ -465,6 +466,13 @@ bytes respectively. Such letter suffixes can also be entirely omitted.
|
|
|
|
|
|
cio_ignore= [S390]
|
|
|
See Documentation/s390/CommonIO for details.
|
|
|
+ clk_ignore_unused
|
|
|
+ [CLK]
|
|
|
+ Keep all clocks already enabled by bootloader on,
|
|
|
+ even if no driver has claimed them. This is useful
|
|
|
+ for debug and development, but should not be
|
|
|
+ needed on a platform with proper driver support.
|
|
|
+ For more information, see Documentation/clk.txt.
|
|
|
|
|
|
clock= [BUGS=X86-32, HW] gettimeofday clocksource override.
|
|
|
[Deprecated]
|