if ([31mCONFIG_BF533[0m || [31mCONFIG_BF532[0m || [31mCONFIG_BF531[0m) source "arch/blackfin/mach-bf533/boards/Kconfig" menu "BF533/2/1 Specific Configuration" comment "Interrupt Priority Assignment" menu "Priority" config [31mCONFIG_UART_ERROR[0m int "UART ERROR" default 7 config [31mCONFIG_SPORT0_ERROR[0m int "SPORT0 ERROR" default 7 config [31mCONFIG_SPI_ERROR[0m int "SPI ERROR" default 7 config [31mCONFIG_SPORT1_ERROR[0m int "SPORT1 ERROR" default 7 config [31mCONFIG_PPI_ERROR[0m int "PPI ERROR" default 7 config [31mCONFIG_DMA_ERROR[0m int "DMA ERROR" default 7 config [31mCONFIG_PLLWAKE_ERROR[0m int "PLL WAKEUP ERROR" default 7 config [31mCONFIG_RTC_ERROR[0m int "RTC ERROR" default 8 config [31mCONFIG_DMA0_PPI[0m int "DMA0 PPI" default 8 config [31mCONFIG_DMA1_SPORT0RX[0m int "DMA1 (SPORT0 RX)" default 9 config [31mCONFIG_DMA2_SPORT0TX[0m int "DMA2 (SPORT0 TX)" default 9 config [31mCONFIG_DMA3_SPORT1RX[0m int "DMA3 (SPORT1 RX)" default 9 config [31mCONFIG_DMA4_SPORT1TX[0m int "DMA4 (SPORT1 TX)" default 9 config [31mCONFIG_DMA5_SPI[0m int "DMA5 (SPI)" default 10 config [31mCONFIG_DMA6_UARTRX[0m int "DMA6 (UART0 RX)" default 10 config [31mCONFIG_DMA7_UARTTX[0m int "DMA7 (UART0 TX)" default 10 config [31mCONFIG_TIMER0[0m int "TIMER0" default 7 if [31mCONFIG_TICKSOURCE_GPTMR0[0m default 8 config [31mCONFIG_TIMER1[0m int "TIMER1" default 11 config [31mCONFIG_TIMER2[0m int "TIMER2" default 11 config [31mCONFIG_PFA[0m int "PF Interrupt A" default 12 config [31mCONFIG_PFB[0m int "PF Interrupt B" default 12 config [31mCONFIG_MEMDMA0[0m int "MEMORY DMA0" default 13 config [31mCONFIG_MEMDMA1[0m int "MEMORY DMA1" default 13 config [31mCONFIG_WDTIMER[0m int "WATCH DOG TIMER" default 13 help Enter the priority numbers between 7-13 ONLY. Others are Reserved. This applies to all the above. It is not recommended to assign the highest priority number 7 to UART or any other device. endmenu endmenu endif |