From: Randy Dunlap <randy.dunlap@xxxxxxxxxx> Fix kconfig unmet dependency warning: warning: (PATA_ARASAN_CF && VIDEO_TIMBERDALE && SND_SOC_SH4_SIU) selects DMA_ENGINE which has unmet direct dependencies (DMADEVICES) Signed-off-by: Randy Dunlap <randy.dunlap@xxxxxxxxxx> Cc: Viresh Kumar <viresh.kumar@xxxxxx> --- drivers/ata/Kconfig | 1 + 1 file changed, 1 insertion(+) --- linux-next-20110520.orig/drivers/ata/Kconfig +++ linux-next-20110520/drivers/ata/Kconfig @@ -313,6 +313,7 @@ config PATA_AMD config PATA_ARASAN_CF tristate "ARASAN CompactFlash PATA Controller Support" + depends on DMADEVICES select DMA_ENGINE help Say Y here to support the ARASAN CompactFlash PATA controller -- 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