diff options
author | Paul Cercueil <paul@crapouillou.net> | 2019-06-04 16:30:16 +0200 |
---|---|---|
committer | Paul Burton <paul.burton@mips.com> | 2019-06-11 15:45:57 -0700 |
commit | ffa7546283c4514cf372e53f16c9354fd9af7e3a (patch) | |
tree | 388ef18c117a9b50658c3b0fa53b1125694260a5 /drivers/memory | |
parent | 1323c3b72a987de57141cabc44bf9cd83656bc70 (diff) | |
download | linux-stable-ffa7546283c4514cf372e53f16c9354fd9af7e3a.tar.gz linux-stable-ffa7546283c4514cf372e53f16c9354fd9af7e3a.tar.bz2 linux-stable-ffa7546283c4514cf372e53f16c9354fd9af7e3a.zip |
memory: Kconfig: Drop dependency on MACH_JZ4780 for jz4780
Depending on MACH_JZ4780 prevent us from creating a generic kernel that
works on more than one MIPS board. Instead, we just depend on MIPS being
set.
Signed-off-by: Paul Cercueil <paul@crapouillou.net>
Reviewed-by: Boris Brezillon <bbrezillon@kernel.org>
Signed-off-by: Paul Burton <paul.burton@mips.com>
Diffstat (limited to 'drivers/memory')
-rw-r--r-- | drivers/memory/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/memory/Kconfig b/drivers/memory/Kconfig index 392ad4f5c570..dbdee02bb592 100644 --- a/drivers/memory/Kconfig +++ b/drivers/memory/Kconfig @@ -123,7 +123,7 @@ config FSL_IFC config JZ4780_NEMC bool "Ingenic JZ4780 SoC NEMC driver" default y - depends on MACH_JZ4780 || COMPILE_TEST + depends on MIPS || COMPILE_TEST depends on HAS_IOMEM && OF help This driver is for the NAND/External Memory Controller (NEMC) in |