blob: 93dfd8fa66c7a82a7e182db869b6d6fb2c1f515d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
config IRQCHIP
def_bool y
depends on OF_IRQ
config VERSATILE_FPGA_IRQ
bool
select IRQ_DOMAIN
config VERSATILE_FPGA_IRQ_NR
int
default 4
depends on VERSATILE_FPGA_IRQ
|