aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/mtd/nand/raw/Kconfig3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/mtd/nand/raw/Kconfig b/drivers/mtd/nand/raw/Kconfig
index dd2fc7105ea7..230311fa2cc0 100644
--- a/drivers/mtd/nand/raw/Kconfig
+++ b/drivers/mtd/nand/raw/Kconfig
@@ -478,7 +478,8 @@ config MTD_NAND_SOCRATES
478 478
479config MTD_NAND_NUC900 479config MTD_NAND_NUC900
480 tristate "Support for NAND on Nuvoton NUC9xx/w90p910 evaluation boards." 480 tristate "Support for NAND on Nuvoton NUC9xx/w90p910 evaluation boards."
481 depends on ARCH_W90X900 481 depends on ARCH_W90X900 || COMPILE_TEST
482 depends on HAS_IOMEM
482 help 483 help
483 This enables the driver for the NAND Flash on evaluation board based 484 This enables the driver for the NAND Flash on evaluation board based
484 on w90p910 / NUC9xx. 485 on w90p910 / NUC9xx.