Em Qua, 2009-06-03 às 16:38 +0200, Geert Uytterhoeven escreveu: > > +config EZX_PCAP > > + bool "PCAP Support" > > + depends on SPI_MASTER > > It also has to depend on GENERIC_HARDIRQS, as it needs set_irq_type(): Hi Geert, sorry for this. :) Fix EZX_PCAP dependency Signed-off-by: Daniel Ribeiro <drwyrm@xxxxxxxxx> diff --git a/drivers/mfd/Kconfig b/drivers/mfd/Kconfig index 060ee14..6557d60 100644 --- a/drivers/mfd/Kconfig +++ b/drivers/mfd/Kconfig @@ -243,7 +243,7 @@ config PCF50633_GPIO config EZX_PCAP bool "PCAP Support" - depends on SPI_MASTER + depends on GENERIC_HARDIRQS && SPI_MASTER help This enables the PCAP ASIC present on EZX Phones. This is needed for MMC, TouchScreen, Sound, USB, etc.. -- Daniel Ribeiro -- To unsubscribe from this list: send the line "unsubscribe linux-next" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html