Hi all, While other remoteproc drivers have proper platform dependencies set (OMAP_REMOTEPROC depends on ARCH_OMAP4 || SOC_OMAP5, DA8XX_REMOTEPROC depends on ARCH_DAVINCI_DA8XX), STE_MODEM_RPROC has no such dependencies. So the driver is presented on all architectures and can be enabled even on platforms where it makes no sense.
Could we please add run-time dependencies so that the driver can only be selected where it makes sense? We can always add || COMPILE_TEST to allow build-testing everywhere. This brings the question: on which architectures / platforms is the STE Modem remoteproc driver needed? Thanks, -- Jean Delvare SUSE L3 Support -- 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/

