linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* remoteproc: don't allow modular build
@ 2019-09-19  5:31 Keerthy
  2019-09-19 17:47 ` Christoph Hellwig
  0 siblings, 1 reply; 2+ messages in thread
From: Keerthy @ 2019-09-19  5:31 UTC (permalink / raw)
  To: hch, bjorn.andersson
  Cc: Linux-OMAP, Tony Lindgren, Suman Anna, Linux Kernel Mailing List,
	Kristo, Tero

Hi Christoph/Bjorn,

There are a bunch of defconfigs that rely on modular build of remoteproc.

If i do a git grep CONFIG_REMOTEPROC on linux-next:

arch/arm/configs/davinci_all_defconfig:CONFIG_REMOTEPROC=m
arch/arm/configs/multi_v7_defconfig:CONFIG_REMOTEPROC=m
arch/arm/configs/omap2plus_defconfig:CONFIG_REMOTEPROC=m
arch/arm/configs/qcom_defconfig:CONFIG_REMOTEPROC=y
arch/arm64/configs/defconfig:CONFIG_REMOTEPROC=m

All of them now stop building the remoteproc as a module and all the 
dependent modules consequently do not get built. Do you recommend all of 
them to get converted to built in?

That will be some magnitude of change.

Best Regards,
Keerthy

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

* Re: remoteproc: don't allow modular build
  2019-09-19  5:31 remoteproc: don't allow modular build Keerthy
@ 2019-09-19 17:47 ` Christoph Hellwig
  0 siblings, 0 replies; 2+ messages in thread
From: Christoph Hellwig @ 2019-09-19 17:47 UTC (permalink / raw)
  To: Keerthy
  Cc: hch, bjorn.andersson, Linux-OMAP, Tony Lindgren, Suman Anna,
	Linux Kernel Mailing List, Kristo, Tero

On Thu, Sep 19, 2019 at 11:01:35AM +0530, Keerthy wrote:
> Hi Christoph/Bjorn,
>
> There are a bunch of defconfigs that rely on modular build of remoteproc.
>
> If i do a git grep CONFIG_REMOTEPROC on linux-next:
>
> arch/arm/configs/davinci_all_defconfig:CONFIG_REMOTEPROC=m
> arch/arm/configs/multi_v7_defconfig:CONFIG_REMOTEPROC=m
> arch/arm/configs/omap2plus_defconfig:CONFIG_REMOTEPROC=m
> arch/arm/configs/qcom_defconfig:CONFIG_REMOTEPROC=y
> arch/arm64/configs/defconfig:CONFIG_REMOTEPROC=m
>
> All of them now stop building the remoteproc as a module and all the 
> dependent modules consequently do not get built. Do you recommend all of 
> them to get converted to built in?

Yes, I guess we need to do that.

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

end of thread, other threads:[~2019-09-19 17:47 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-09-19  5:31 remoteproc: don't allow modular build Keerthy
2019-09-19 17:47 ` Christoph Hellwig

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).