diff options
author | Sonic Zhang <sonic.zhang@analog.com> | 2012-06-29 18:19:29 +0800 |
---|---|---|
committer | Bob Liu <lliubbo@gmail.com> | 2012-07-24 13:39:52 +0800 |
commit | e0a593104d43dc98250984daa1b82f964835fcfa (patch) | |
tree | ed8202bb9b2ab089871cd9d87c455c97ae496f4f /arch/blackfin/mach-bf609/Kconfig | |
parent | 11b27cb5b97319bae0a1604ddac85b9b08802a7e (diff) | |
download | linux-stable-e0a593104d43dc98250984daa1b82f964835fcfa.tar.gz linux-stable-e0a593104d43dc98250984daa1b82f964835fcfa.tar.bz2 linux-stable-e0a593104d43dc98250984daa1b82f964835fcfa.zip |
bf60x: sec: Enable sec interrupt source priority configuration.
Customize the SEC interrupt priority array in machine ints-priority.c.
Signed-off-by: Sonic Zhang <sonic.zhang@analog.com>
Signed-off-by: Bob Liu <lliubbo@gmail.com>
Diffstat (limited to 'arch/blackfin/mach-bf609/Kconfig')
-rw-r--r-- | arch/blackfin/mach-bf609/Kconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/blackfin/mach-bf609/Kconfig b/arch/blackfin/mach-bf609/Kconfig index 2cb727243778..101b33ee9bba 100644 --- a/arch/blackfin/mach-bf609/Kconfig +++ b/arch/blackfin/mach-bf609/Kconfig @@ -51,6 +51,14 @@ config PINT5_ASSIGN endmenu +config SEC_IRQ_PRIORITY_LEVELS + int "SEC interrupt priority levels" + default 7 + range 0 7 + help + Devide the total number of interrupt priority levels into sub-levels. + There is 2 ^ (SEC_IRQ_PRIORITY_LEVELS + 1) different levels. + endmenu endif |