diff options
author | Mike Frysinger <vapier@gentoo.org> | 2009-08-27 03:46:48 +0200 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2009-09-17 04:10:36 +0200 |
commit | c40cdb2cbdd3cfa783c22087d29ef570d60dd141 (patch) | |
tree | 80d43b03a868d7bce49795a3fa839f7c700db980 /arch/blackfin/Kconfig.debug | |
parent | Blackfin: workaround anomaly 05000283 (diff) | |
download | linux-c40cdb2cbdd3cfa783c22087d29ef570d60dd141.tar.xz linux-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.debug | 6 |
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 |