• Arnd Bergmann's avatar
    ARM: ep93xx: enable SPARSE_IRQ · 36f1a4ae
    Arnd Bergmann authored
    Without CONFIG_SPARSE_IRQ, we rely on mach/irqs.h to define NR_IRQS
    globally. Do the minimal conversion by setting .nr_irqs in each
    machine descriptor.
    
    Only the vision_ep9307 machine has extra IRQs for GPIOs, so make
    .nr_irqs the original value there, while using the plain NR_EP93XX_IRQS
    everywhere else.
    
    Cc: Hartley Sweeten <hsweeten@visionengravers.com>
    Cc: Hubert Feurstein <hubert.feurstein@contec.at>
    Cc: Lukasz Majewski <lukma@denx.de>
    Tested-by: default avatarAlexander Sverdlin <alexander.sverdlin@gmail.com>
    Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
    36f1a4ae
simone.c 3.23 KB