]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - drivers/sh/intc/chip.c
Merge branch 'fixes-modulesplit' into fixes
[karo-tx-linux.git] / drivers / sh / intc / chip.c
index e0ada37737862b703f312c3a9eef5327cfe37fb3..7b246efa94ea657de185facca3f622a47adfb9be 100644 (file)
@@ -186,7 +186,7 @@ static unsigned char intc_irq_sense_table[IRQ_TYPE_SENSE_MASK + 1] = {
     !defined(CONFIG_CPU_SUBTYPE_SH7709)
        [IRQ_TYPE_LEVEL_HIGH] = VALID(3),
 #endif
-#if defined(CONFIG_ARCH_SH7372)
+#if defined(CONFIG_ARM) /* all recent SH-Mobile / R-Mobile ARM support this */
        [IRQ_TYPE_EDGE_BOTH] = VALID(4),
 #endif
 };