diff options
author | Mike Frysinger <vapier@gentoo.org> | 2007-09-25 01:14:15 -0400 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2011-05-25 08:13:41 -0400 |
commit | 73ecfcf9088672220f7ca98811b2d05339c4f14c (patch) | |
tree | 70db5d7053570517b96ca2218da9ffac8ca40e57 /arch/blackfin/Kconfig.debug | |
parent | 4a7df24ddc7097cd789a7527187826552ea0765e (diff) |
Blackfin: first pass at debug mmr support
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'arch/blackfin/Kconfig.debug')
-rw-r--r-- | arch/blackfin/Kconfig.debug | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/blackfin/Kconfig.debug b/arch/blackfin/Kconfig.debug index 2641731f24cd..825d59e8ae45 100644 --- a/arch/blackfin/Kconfig.debug +++ b/arch/blackfin/Kconfig.debug | |||
@@ -32,7 +32,7 @@ config DEBUG_VERBOSE | |||
32 | Most people should say N here. | 32 | Most people should say N here. |
33 | 33 | ||
34 | config DEBUG_MMRS | 34 | config DEBUG_MMRS |
35 | bool "Generate Blackfin MMR tree" | 35 | tristate "Generate Blackfin MMR tree" |
36 | select DEBUG_FS | 36 | select DEBUG_FS |
37 | help | 37 | help |
38 | Create a tree of Blackfin MMRs via the debugfs tree. If | 38 | Create a tree of Blackfin MMRs via the debugfs tree. If |