diff options
| author | Dmitri Vorobiev <dmitri.vorobiev@movial.fi> | 2008-12-10 15:38:36 -0500 |
|---|---|---|
| committer | Ralf Baechle <ralf@linux-mips.org> | 2008-12-12 13:12:23 -0500 |
| commit | 00ace207164cb414efba406830256721f45c1c62 (patch) | |
| tree | 8b26837190dc4d33aedb16a5c4789057c928b027 | |
| parent | b6354db5bbbc538bf009cae6c019810b4a3ef21d (diff) | |
MIPS: Kconfig: Fix the arch-specific header path
The header path in the help text for the RUNTIME_DEBUG config option is
obsolete and needs to be updated to match the new location of
architecture-specific header files. While at it, fix the spelling mistake.
Signed-off-by: Dmitri Vorobiev <dmitri.vorobiev@movial.fi>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
| -rw-r--r-- | arch/mips/Kconfig.debug | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/Kconfig.debug b/arch/mips/Kconfig.debug index 765c8e287d2b..364ca8938807 100644 --- a/arch/mips/Kconfig.debug +++ b/arch/mips/Kconfig.debug | |||
| @@ -48,7 +48,7 @@ config RUNTIME_DEBUG | |||
| 48 | help | 48 | help |
| 49 | If you say Y here, some debugging macros will do run-time checking. | 49 | If you say Y here, some debugging macros will do run-time checking. |
| 50 | If you say N here, those macros will mostly turn to no-ops. See | 50 | If you say N here, those macros will mostly turn to no-ops. See |
| 51 | include/asm-mips/debug.h for debuging macros. | 51 | arch/mips/include/asm/debug.h for debugging macros. |
| 52 | If unsure, say N. | 52 | If unsure, say N. |
| 53 | 53 | ||
| 54 | endmenu | 54 | endmenu |
