URL
https://opencores.org/ocsvn/mips_enhanced/mips_enhanced/trunk
Subversion Repositories mips_enhanced
[/] [mips_enhanced/] [trunk/] [grlib-gpl-1.0.19-b3188/] [lib/] [gaisler/] [leon3/] [irqmp.in] - Rev 2
Compare with Previous | Blame | View Log
bool 'Enable LEON3 interrupt controller ' CONFIG_IRQ3_ENABLE
if [ "$CONFIG_IRQ3_ENABLE" = "y" ]; then
bool 'Enable secondary interrupts ' CONFIG_IRQ3_SEC
if [ "$CONFIG_IRQ3_SEC" = "y" ]; then
int 'Secondary interrupt number (1 - 15) ' CONFIG_IRQ3_NSEC 12
fi
fi