/usr/src/linux-4.0# make ... Kernel: arch/x86/boot/bzImage is ready (#231) Building modules, stage 2. MODPOST 728 modules ERROR: "regmap_irq_get_domain" [drivers/mfd/rt5033.ko] undefined! ERROR: "regmap_add_irq_chip" [drivers/mfd/rt5033.ko] undefined! make[1]: *** [__modpost] Error 1 make: *** [modules] Error 2
That was caused by the lack of CONFIG_REGMAP_IRQ which is not directly selectable. Selecting CONFIG_MFD_AS3711 did the trick. Doug Gilbert -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

