Message ID | 20200728104503.23655-1-krzk@kernel.org (mailing list archive) |
---|---|
State | Mainlined |
Commit | aa35a5eee58cce7863b7c0d5e94e3e2e6de59d08 |
Headers | show |
Series | [v4,1/2] memory: jz4780-nemc: Do not build by default | expand |
diff --git a/drivers/memory/Kconfig b/drivers/memory/Kconfig index f64106fa63b7..8072204bc21a 100644 --- a/drivers/memory/Kconfig +++ b/drivers/memory/Kconfig @@ -164,7 +164,6 @@ config FSL_IFC config JZ4780_NEMC bool "Ingenic JZ4780 SoC NEMC driver" - default y depends on MIPS || COMPILE_TEST depends on HAS_IOMEM && OF help
Enabling the JZ4780_NEMC driver makes sense only for specific hardware - the Ingenic SoC architecture. It is not an essential driver for the SoC support so do not enable it by default. Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org> --- Changes since v3: 1. Just drop the default, don't touch depends 2. Drop second patch for MTD_NAND_JZ4780 Changes since v2: 1. MIPS -> MACH_INGENIC, as suggested by Arnd --- drivers/memory/Kconfig | 1 - 1 file changed, 1 deletion(-)