Commit 4fa12f05 authored by Greg Ungerer's avatar Greg Ungerer Committed by Christoph Hellwig

[PATCH] fix spelling in m68knommu Kconfig help

This patch fixes a couple of spelling errors in the m68knommy Kconfig
help entries. Also makes CONFIG_HIGHPROFILE dependant on CONFIG_COLDFIRE,
since that feature is only implemented on ColdFIre based platforms.
parent 139c2662
...@@ -102,7 +102,7 @@ config CLOCK_AUTO ...@@ -102,7 +102,7 @@ config CLOCK_AUTO
really need to know, so you can select the AUTO option. On some really need to know, so you can select the AUTO option. On some
boards you need to know the real clock frequency to determine other boards you need to know the real clock frequency to determine other
system timing (for example baud rate dividors, etc). Some processors system timing (for example baud rate dividors, etc). Some processors
have an internal PLL and you can seletc a frequency to set that too. have an internal PLL and you can select a frequency to run at.
You need to know a little about the internals of your processor to You need to know a little about the internals of your processor to
set this. If in doubt choose the AUTO option. set this. If in doubt choose the AUTO option.
...@@ -675,11 +675,12 @@ config FULLDEBUG ...@@ -675,11 +675,12 @@ config FULLDEBUG
config MAGIC_SYSRQ config MAGIC_SYSRQ
bool "Magic SysRq key" bool "Magic SysRq key"
help help
Enables console device to interprent special characters as Enables console device to interpret special characters as
commands to dump state information. commands to dump state information.
config HIGHPROFILE config HIGHPROFILE
bool "Use fast second timer for profiling" bool "Use fast second timer for profiling"
depends on COLDFIRE
help help
Use a fast secondary clock to produce profiling information. Use a fast secondary clock to produce profiling information.
...@@ -699,7 +700,7 @@ config BDM_DISABLE ...@@ -699,7 +700,7 @@ config BDM_DISABLE
bool "Disable BDM signals" bool "Disable BDM signals"
depends on (EXPERIMENTAL && COLDFIRE) depends on (EXPERIMENTAL && COLDFIRE)
help help
Disable the CPU's BDM signals. Disable the ColdFire CPU's BDM signals.
endmenu endmenu
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment