diff options
author | Mike Frysinger <vapier@gentoo.org> | 2007-09-25 05:14:15 +0000 |
---|---|---|
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) | |
download | linux-73ecfcf9088672220f7ca98811b2d05339c4f14c.tar.bz2 |
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 Most people should say N here. config DEBUG_MMRS - bool "Generate Blackfin MMR tree" + tristate "Generate Blackfin MMR tree" select DEBUG_FS help Create a tree of Blackfin MMRs via the debugfs tree. If |