This driver doesn't seem to have any compile-time arch dependencies. I was able to compile it on CONFIG_MIPS, CONFIG_ARM and CONFIG_X86_64.
Signed-off-by: Rafał Miłecki <zaj...@gmail.com> --- drivers/mtd/nand/Kconfig | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/drivers/mtd/nand/Kconfig b/drivers/mtd/nand/Kconfig index f05e0e9..6a9c917 100644 --- a/drivers/mtd/nand/Kconfig +++ b/drivers/mtd/nand/Kconfig @@ -89,7 +89,8 @@ config MTD_NAND_AMS_DELTA config MTD_NAND_OMAP2 tristate "NAND Flash device on OMAP2, OMAP3 and OMAP4" - depends on ARCH_OMAP2PLUS + depends on ARCH_OMAP2PLUS || COMPILE_TEST + depends on OF help Support for NAND flash on Texas Instruments OMAP2, OMAP3 and OMAP4 platforms. -- 1.8.4.5