[PATCH v4 12/14] mips: Enable FDC on MIPS R6 platforms.

Aleksandar Rikalo posted 14 patches 1 year, 7 months ago
There is a newer version of this series
[PATCH v4 12/14] mips: Enable FDC on MIPS R6 platforms.
Posted by Aleksandar Rikalo 1 year, 7 months ago
Change of the configuration file to enable the build of the
FDC driver for MIPS R6 systems.

Signed-off-by: Aleksandar Rikalo <aleksandar.rikalo@syrmia.com>
Signed-off-by: Djordje Todorovic <djordje.todorovic@syrmia.com>
---
 drivers/bus/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/bus/Kconfig b/drivers/bus/Kconfig
index d5e7fa9173a1..17b682f05915 100644
--- a/drivers/bus/Kconfig
+++ b/drivers/bus/Kconfig
@@ -108,7 +108,7 @@ config INTEL_IXP4XX_EB
 
 config MIPS_CDMM
 	bool "MIPS Common Device Memory Map (CDMM) Driver"
-	depends on CPU_MIPSR2 || CPU_MIPSR5
+	depends on CPU_MIPSR2 || CPU_MIPSR5 || CPU_MIPSR6
 	help
 	  Driver needed for the MIPS Common Device Memory Map bus in MIPS
 	  cores. This bus is for per-CPU tightly coupled devices such as the
-- 
2.25.1