aboutsummaryrefslogtreecommitdiffstats
path: root/arch/blackfin/Kconfig.debug
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2009-08-27 01:46:48 +0000
committerMike Frysinger <vapier@gentoo.org>2009-09-16 22:10:36 -0400
commitc40cdb2cbdd3cfa783c22087d29ef570d60dd141 (patch)
tree80d43b03a868d7bce49795a3fa839f7c700db980 /arch/blackfin/Kconfig.debug
parentBlackfin: workaround anomaly 05000283 (diff)
downloadlinux-dev-c40cdb2cbdd3cfa783c22087d29ef570d60dd141.tar.xz
linux-dev-c40cdb2cbdd3cfa783c22087d29ef570d60dd141.zip
Blackfin: add some isram-driver self tests
Make it easy to figure out if code changes here are correct. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'arch/blackfin/Kconfig.debug')
-rw-r--r--arch/blackfin/Kconfig.debug6
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/blackfin/Kconfig.debug b/arch/blackfin/Kconfig.debug
index 1fc4981d486f..87f195ee2e06 100644
--- a/arch/blackfin/Kconfig.debug
+++ b/arch/blackfin/Kconfig.debug
@@ -252,4 +252,10 @@ config ACCESS_CHECK
Say N here to disable that check to improve the performance.
+config BFIN_ISRAM_SELF_TEST
+ bool "isram boot self tests"
+ default n
+ help
+ Run some self tests of the isram driver code at boot.
+
endmenu