The patch titled cs5535: CS5535_MFGPT_DEFAULT_IRQ should depend on CS5535_MFGPT has been removed from the -mm tree. Its filename was cs5535-cs5535_mfgpt_default_irq-should-depend-on-cs5535_mfgpt.patch This patch was dropped because it was merged into mainline or a subsystem tree The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/ ------------------------------------------------------ Subject: cs5535: CS5535_MFGPT_DEFAULT_IRQ should depend on CS5535_MFGPT From: Geert Uytterhoeven <geert@xxxxxxxxxxxxxx> It doesn't make much sense to have CS5535_MFGPT_DEFAULT_IRQ show up in configs that cannot have CS5535_MFGPT. Signed-off-by: Geert Uytterhoeven <geert@xxxxxxxxxxxxxx> Acked-by: Andres Salomon <dilinger@xxxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- drivers/misc/Kconfig | 1 + 1 file changed, 1 insertion(+) diff -puN drivers/misc/Kconfig~cs5535-cs5535_mfgpt_default_irq-should-depend-on-cs5535_mfgpt drivers/misc/Kconfig --- a/drivers/misc/Kconfig~cs5535-cs5535_mfgpt_default_irq-should-depend-on-cs5535_mfgpt +++ a/drivers/misc/Kconfig @@ -203,6 +203,7 @@ config CS5535_MFGPT config CS5535_MFGPT_DEFAULT_IRQ int + depends on CS5535_MFGPT default 7 help MFGPTs on the CS5535 require an interrupt. The selected IRQ _ Patches currently in -mm which might be from geert@xxxxxxxxxxxxxx are revert-fbdev-atafb-add-palette-register-check.patch linux-next.patch -- To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html