| Server IP : 61.19.30.66 / Your IP : 216.73.216.15 Web Server : Apache/2.2.22 (Ubuntu) System : Linux klw 3.11.0-15-generic #25~precise1-Ubuntu SMP Thu Jan 30 17:39:31 UTC 2014 x86_64 User : www-data ( 33) PHP Version : 5.3.10-1ubuntu3.48 Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority, MySQL : ON | cURL : OFF | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : OFF Directory : /lib/modules/3.11.0-15-generic/build/arch/blackfin/mach-bf609/ |
Upload File : |
config BF60x def_bool y depends on (BF609) select IRQ_PREFLOW_FASTEOI if (BF60x) source "arch/blackfin/mach-bf609/boards/Kconfig" menu "BF609 Specific Configuration" comment "Pin Interrupt to Port Assignment" menu "Assignment" config PINTx_REASSIGN bool "Reprogram PINT Assignment" default y help The interrupt assignment registers controls the pin-to-interrupt assignment in a byte-wide manner. Each option allows you to select a set of pins (High/Low Byte) of an specific Port being mapped to one of the four PIN Interrupts IRQ_PINTx. You shouldn't change any of these unless you know exactly what you're doing. Please consult the Blackfin BF60x Processor Hardware Reference Manual. config PINT0_ASSIGN hex "PINT0_ASSIGN" depends on PINTx_REASSIGN default 0x00000101 config PINT1_ASSIGN hex "PINT1_ASSIGN" depends on PINTx_REASSIGN default 0x00000101 config PINT2_ASSIGN hex "PINT2_ASSIGN" depends on PINTx_REASSIGN default 0x00000101 config PINT3_ASSIGN hex "PINT3_ASSIGN" depends on PINTx_REASSIGN default 0x00000101 config PINT4_ASSIGN hex "PINT3_ASSIGN" depends on PINTx_REASSIGN default 0x00000101 config PINT5_ASSIGN hex "PINT3_ASSIGN" depends on PINTx_REASSIGN default 0x00000101 endmenu config SEC_IRQ_PRIORITY_LEVELS int "SEC interrupt priority levels" default 7 range 0 7 help Divide the total number of interrupt priority levels into sub-levels. There is 2 ^ (SEC_IRQ_PRIORITY_LEVELS + 1) different levels. endmenu endif