aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLaurent Pinchart <[email protected]>2013-11-27 02:18:31 +0100
committerBrian Norris <[email protected]>2014-01-03 11:22:22 -0800
commit6bcda8a71080b8fa35e07a3339b2d79ebcfa4c33 (patch)
treeaadd0b767e6e650f7be5966f18cd63358ded2a0a
parent6e14a61d412eb87ef7bdcec8b08a95bead771a78 (diff)
mtd: sh_flctl: enable driver compilation with COMPILE_TEST
This helps increasing build testing coverage. Cc: David Woodhouse <[email protected]> Cc: [email protected] Signed-off-by: Laurent Pinchart <[email protected]> Acked-by: Simon Horman <[email protected]> Signed-off-by: Brian Norris <[email protected]>
-rw-r--r--drivers/mtd/nand/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mtd/nand/Kconfig b/drivers/mtd/nand/Kconfig
index 691f5a05ecf3..a7808e6d4c71 100644
--- a/drivers/mtd/nand/Kconfig
+++ b/drivers/mtd/nand/Kconfig
@@ -458,7 +458,7 @@ config MTD_NAND_MXC
config MTD_NAND_SH_FLCTL
tristate "Support for NAND on Renesas SuperH FLCTL"
- depends on SUPERH || ARCH_SHMOBILE
+ depends on SUPERH || ARCH_SHMOBILE || COMPILE_TEST
help
Several Renesas SuperH CPU has FLCTL. This option enables support
for NAND Flash using FLCTL.