mbox series

[v2,linux-next,0/4] arm/arm64: configs: Convert all CONFIG_REMOTEPROC instances to y

Message ID 20190920075946.13282-1-j-keerthy@ti.com (mailing list archive)
Headers show
Series arm/arm64: configs: Convert all CONFIG_REMOTEPROC instances to y | expand

Message

J, KEERTHY Sept. 20, 2019, 7:59 a.m. UTC
Commit 6334150e9 changes CONFIG_REMOTEPROC to a boolean config
option that inhibits all defconfigs marking CONFIG_REMOTEPROC as
a module in compiling the remoteproc and dependent config options.

So convert all the instances to built in.

Boot tested for omap2plus_defconfig for dra7/am4/am3.

Any quick testing on other boards welcome. 

Patches apply on top of linux-next branch

Changes in v2:

Cc the right lists.

Keerthy (4):
  arm: configs: omap2plus_defconfig: Change CONFIG_REMOTEPROC from m to
    y
  arm: configs: davinci_all_defconfig: Change CONFIG_REMOTEPROC  from m
    to y
  arm: configs: multi_v7_defconfig: Change CONFIG_REMOTEPROC  from m to
    y
  arm64: configs: defconfig: Change CONFIG_REMOTEPROC from m to y

 arch/arm/configs/davinci_all_defconfig | 2 +-
 arch/arm/configs/multi_v7_defconfig    | 2 +-
 arch/arm/configs/omap2plus_defconfig   | 2 +-
 arch/arm64/configs/defconfig           | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

Comments

Christoph Hellwig Sept. 25, 2019, 5:05 p.m. UTC | #1
Thanks Keerthy,

the patches look good to me:

Acked-by: Christoph Hellwig <hch@lst.de>