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: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
22d137e283
commit
94b3a02c31
|
@ -123,7 +123,7 @@ config FSL_IFC
|
||||||
config JZ4780_NEMC
|
config JZ4780_NEMC
|
||||||
bool "Ingenic JZ4780 SoC NEMC driver"
|
bool "Ingenic JZ4780 SoC NEMC driver"
|
||||||
default y
|
default y
|
||||||
depends on MACH_JZ4780 || COMPILE_TEST
|
depends on MIPS || COMPILE_TEST
|
||||||
depends on HAS_IOMEM && OF
|
depends on HAS_IOMEM && OF
|
||||||
help
|
help
|
||||||
This driver is for the NAND/External Memory Controller (NEMC) in
|
This driver is for the NAND/External Memory Controller (NEMC) in
|
||||||
|
|
Loading…
Reference in New Issue