From: Krzysztof Kozlowski Date: Tue, 28 Jul 2020 10:45:02 +0000 (+0200) Subject: memory: jz4780-nemc: Do not build by default X-Git-Tag: Ubuntu-5.13.0-19.19~5367^2~20 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=aa35a5eee58cce7863b7c0d5e94e3e2e6de59d08;p=mirror_ubuntu-jammy-kernel.git memory: jz4780-nemc: Do not build by default 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 Signed-off-by: Thomas Bogendoerfer --- diff --git a/drivers/memory/Kconfig b/drivers/memory/Kconfig index 04368ee2a809..61ca8d9ba777 100644 --- a/drivers/memory/Kconfig +++ b/drivers/memory/Kconfig @@ -141,7 +141,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