Blackfin: add support for the DBGA (debug assert) pseudo insn
[platform/adaptation/renesas_rcar/renesas_kernel.git] / arch / blackfin / Kconfig.debug
index aec89a5..3c49f76 100644 (file)
@@ -264,4 +264,13 @@ config BFIN_ISRAM_SELF_TEST
        help
          Run some self tests of the isram driver code at boot.
 
+config BFIN_PSEUDODBG_INSNS
+       bool "Support pseudo debug instructions"
+       default n
+       help
+         This option allows the kernel to emulate some pseudo instructions which
+         allow simulator test cases to be run under Linux with no changes.
+
+         Most people should say N here.
+
 endmenu