Re: [PATCH v2 05/29] memory: jz4780-nemc: Do not enable by default on every compile test

2020-07-24 Thread Krzysztof Kozlowski
On Fri, Jul 24, 2020 at 03:45:37PM +0200, Arnd Bergmann wrote: > On Fri, Jul 24, 2020 at 9:41 AM Krzysztof Kozlowski wrote: > > > > When compile testing, enable the driver by default only on MIPS > > architecture. > > > > Signed-off-by: Krzysztof Kozlowski > > > > --- > > > > Changes since v1: >

Re: [PATCH v2 05/29] memory: jz4780-nemc: Do not enable by default on every compile test

2020-07-24 Thread Arnd Bergmann
On Fri, Jul 24, 2020 at 9:41 AM Krzysztof Kozlowski wrote: > > When compile testing, enable the driver by default only on MIPS > architecture. > > Signed-off-by: Krzysztof Kozlowski > > --- > > Changes since v1: > 1. New patch @@ -141,7 +141,7 @@ config FSL_IFC > > config JZ4780_NEMC >

[PATCH v2 05/29] memory: jz4780-nemc: Do not enable by default on every compile test

2020-07-24 Thread Krzysztof Kozlowski
When compile testing, enable the driver by default only on MIPS architecture. Signed-off-by: Krzysztof Kozlowski --- Changes since v1: 1. New patch --- drivers/memory/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/memory/Kconfig b/drivers/memory/Kconfig ind