From c40cdb2cbdd3cfa783c22087d29ef570d60dd141 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Thu, 27 Aug 2009 01:46:48 +0000 Subject: Blackfin: add some isram-driver self tests Make it easy to figure out if code changes here are correct. Signed-off-by: Mike Frysinger --- arch/blackfin/Kconfig.debug | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'arch/blackfin/Kconfig.debug') 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 -- cgit v1.2.3-59-g8ed1b