Skip to content

Commit

Permalink
memory: jz4780-nemc: Allow selection of this driver when COMPILE_TEST=y
Browse files Browse the repository at this point in the history
It just makes maintainers' life easier by allowing them to compile-test
this driver without having MACH_JZ4780 enabled.

We also need to add a dependency on HAS_IOMEM to make sure the
driver compiles correctly.

Signed-off-by: Boris Brezillon <boris.brezillon@bootlin.com>
Acked-by: Paul Burton <paul.burton@mips.com>
Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>
  • Loading branch information
Boris Brezillon authored and Miquel Raynal committed Jul 19, 2018
1 parent 72b77bb commit ab99e11
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion drivers/memory/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,8 @@ config FSL_IFC
config JZ4780_NEMC
bool "Ingenic JZ4780 SoC NEMC driver"
default y
depends on MACH_JZ4780
depends on MACH_JZ4780 || COMPILE_TEST
depends on HAS_IOMEM
help
This driver is for the NAND/External Memory Controller (NEMC) in
the Ingenic JZ4780. This controller is used to handle external
Expand Down

0 comments on commit ab99e11

Please sign in to comment.