diff options
author | Mike Frysinger <vapier@gentoo.org> | 2011-01-30 02:26:26 -0500 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2011-03-18 03:49:26 -0400 |
commit | d6b435be4b3277b341ad1a77392d2e58b3d7b36d (patch) | |
tree | 95cd0c756310045e71dcf02a56e4cc524fe6fd6a /arch/blackfin/configs/BF538-EZKIT_defconfig | |
parent | cdb92f6794fb28c8f6c3bf85024bff8b438a7333 (diff) |
Blackfin: ADI boards: enable pseudo debug insns support
We use these insns when testing, so enable them by default for all
of our development boards.
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'arch/blackfin/configs/BF538-EZKIT_defconfig')
-rw-r--r-- | arch/blackfin/configs/BF538-EZKIT_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/blackfin/configs/BF538-EZKIT_defconfig b/arch/blackfin/configs/BF538-EZKIT_defconfig index ac22124ccb6c..6883803e6ca8 100644 --- a/arch/blackfin/configs/BF538-EZKIT_defconfig +++ b/arch/blackfin/configs/BF538-EZKIT_defconfig | |||
@@ -131,5 +131,6 @@ CONFIG_DEBUG_DOUBLEFAULT=y | |||
131 | CONFIG_DEBUG_BFIN_HWTRACE_COMPRESSION_ONE=y | 131 | CONFIG_DEBUG_BFIN_HWTRACE_COMPRESSION_ONE=y |
132 | CONFIG_EARLY_PRINTK=y | 132 | CONFIG_EARLY_PRINTK=y |
133 | CONFIG_CPLB_INFO=y | 133 | CONFIG_CPLB_INFO=y |
134 | CONFIG_BFIN_PSEUDODBG_INSNS=y | ||
134 | CONFIG_CRYPTO=y | 135 | CONFIG_CRYPTO=y |
135 | # CONFIG_CRYPTO_ANSI_CPRNG is not set | 136 | # CONFIG_CRYPTO_ANSI_CPRNG is not set |