linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Run-time dependencies for STE Modem remoteproc driver
@ 2014-07-21 16:15 Jean Delvare
  2014-07-23 15:21 ` Linus Walleij
  0 siblings, 1 reply; 4+ messages in thread
From: Jean Delvare @ 2014-07-21 16:15 UTC (permalink / raw)
  To: LKML; +Cc: Dmitry Tarnyagin, Ohad Ben-Cohen, Linus Walleij, Sjur Brandeland

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2014-07-25 11:24 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-07-21 16:15 Run-time dependencies for STE Modem remoteproc driver Jean Delvare
2014-07-23 15:21 ` Linus Walleij
2014-07-24  9:52   ` Jean Delvare
2014-07-25 11:24     ` Linus Walleij

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).