[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20200728104503.23655-1-krzk@kernel.org>
Date: Tue, 28 Jul 2020 12:45:02 +0200
From: Krzysztof Kozlowski <krzk@...nel.org>
To: Thomas Bogendoerfer <tsbogend@...ha.franken.de>,
Krzysztof Kozlowski <krzk@...nel.org>,
Paul Cercueil <paul@...pouillou.net>,
"H. Nikolaus Schaller" <hns@...delico.com>,
linux-mips@...r.kernel.org, linux-kernel@...r.kernel.org
Cc: Arnd Bergmann <arnd@...db.de>
Subject: [PATCH v4 1/2] 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 <krzk@...nel.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(-)
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
--
2.17.1
Powered by blists - more mailing lists