aboutsummaryrefslogtreecommitdiffstats
path: root/arch/blackfin/mach-bf609
diff options
context:
space:
mode:
authorSonic Zhang <sonic.zhang@analog.com>2013-12-04 02:27:47 -0500
committerSteven Miao <realmz6@gmail.com>2014-01-29 02:12:20 -0500
commit1b6012394bec5dc653d495245c5495db08f817f6 (patch)
tree88c290099d8155fd3c4c5828843c29837c815e05 /arch/blackfin/mach-bf609
parentcccdfcf728e2f322e8986a39bc02bf5aaa8fe8a7 (diff)
blackfin: Support L1 SRAM parity checking feature on bf60x
Move code for the SEC faults from the IRQ hanlders into IRQ actions. refine bfin fault routine handle Signed-off-by: Sonic Zhang <sonic.zhang@analog.com> Signed-off-by: Steven Miao <realmz6@gmail.com>
Diffstat (limited to 'arch/blackfin/mach-bf609')
-rw-r--r--arch/blackfin/mach-bf609/Kconfig6
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/blackfin/mach-bf609/Kconfig b/arch/blackfin/mach-bf609/Kconfig
index b0fca44110b0..6584190faeb8 100644
--- a/arch/blackfin/mach-bf609/Kconfig
+++ b/arch/blackfin/mach-bf609/Kconfig
@@ -17,6 +17,12 @@ config SEC_IRQ_PRIORITY_LEVELS
17 Divide the total number of interrupt priority levels into sub-levels. 17 Divide the total number of interrupt priority levels into sub-levels.
18 There is 2 ^ (SEC_IRQ_PRIORITY_LEVELS + 1) different levels. 18 There is 2 ^ (SEC_IRQ_PRIORITY_LEVELS + 1) different levels.
19 19
20config L1_PARITY_CHECK
21 bool "Enable L1 parity check"
22 default n
23 help
24 Enable the L1 parity check in L1 sram. A fault event is raised
25 when L1 parity error is found.
20 26
21comment "System Cross Bar Priority Assignment" 27comment "System Cross Bar Priority Assignment"
22 28