]> git.neil.brown.name Git - history.git/commitdiff
[PATCH] fix spelling in m68knommu Kconfig help
authorGreg Ungerer <gerg@snapgear.com>
Tue, 11 Mar 2003 01:45:59 +0000 (17:45 -0800)
committerChristoph Hellwig <hch@lst.de>
Tue, 11 Mar 2003 01:45:59 +0000 (17:45 -0800)
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.

arch/m68knommu/Kconfig

index b40bf97f5034dfa2f6c87272ec4d8cbf56dc80e5..75a8a5870663362ae2a7ee222dbeb6dc5b224f44 100644 (file)
@@ -102,7 +102,7 @@ config CLOCK_AUTO
          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
          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
          set this. If in doubt choose the AUTO option.
 
@@ -675,11 +675,12 @@ config FULLDEBUG
 config MAGIC_SYSRQ
        bool "Magic SysRq key"
        help
-         Enables console device to interprent special characters as
+         Enables console device to interpret special characters as
          commands to dump state information.
 
 config HIGHPROFILE
        bool "Use fast second timer for profiling"
+       depends on COLDFIRE
        help
          Use a fast secondary clock to produce profiling information.
 
@@ -699,7 +700,7 @@ config BDM_DISABLE
        bool "Disable BDM signals"
        depends on (EXPERIMENTAL && COLDFIRE)
        help
-         Disable the CPU's BDM signals.
+         Disable the ColdFire CPU's BDM signals.
 
 endmenu