diff options
author | Mike Frysinger <vapier@gentoo.org> | 2007-09-25 07:14:15 +0200 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2011-05-25 14:13:41 +0200 |
commit | 73ecfcf9088672220f7ca98811b2d05339c4f14c (patch) | |
tree | 70db5d7053570517b96ca2218da9ffac8ca40e57 /arch/blackfin/Kconfig.debug | |
parent | Merge branch 'for-linus/2640/i2c' of git://git.fluff.org/bjdooks/linux (diff) | |
download | linux-73ecfcf9088672220f7ca98811b2d05339c4f14c.tar.xz linux-73ecfcf9088672220f7ca98811b2d05339c4f14c.zip |
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 |