Re: [PATCH] reset: meson: make it possible to build as a module

2020-10-16 Thread Kevin Hilman
Neil Armstrong writes: > In order to reduce the kernel Image size on multi-platform distributions, > make it possible to build the reset controller driver as a module. > > This partially reverts 8290924e ("reset: meson: make it explicitly > non-modular") > > Signed-off-by: Neil Armstrong > ---

Re: [PATCH] reset: meson: make it possible to build as a module

2020-10-14 Thread Neil Armstrong
On 13/10/2020 16:57, Robin Murphy wrote: > On 2020-10-13 14:39, Neil Armstrong wrote: >> In order to reduce the kernel Image size on multi-platform distributions, >> make it possible to build the reset controller driver as a module. >> >> This partially reverts 8290924e ("reset: meson: make it expl

Re: [PATCH] reset: meson: make it possible to build as a module

2020-10-13 Thread Robin Murphy
On 2020-10-13 14:39, Neil Armstrong wrote: In order to reduce the kernel Image size on multi-platform distributions, make it possible to build the reset controller driver as a module. This partially reverts 8290924e ("reset: meson: make it explicitly non-modular") Signed-off-by: Neil Armstrong

[PATCH] reset: meson: make it possible to build as a module

2020-10-13 Thread Neil Armstrong
In order to reduce the kernel Image size on multi-platform distributions, make it possible to build the reset controller driver as a module. This partially reverts 8290924e ("reset: meson: make it explicitly non-modular") Signed-off-by: Neil Armstrong --- drivers/reset/Kconfig | 4 ++-- d