mtd: nand: Confine MTD_NAND_SH_FLCTL to SUPERH
Linux-MTD Mailing List
linux-mtd at lists.infradead.org
Tue Jan 12 15:59:15 PST 2016
Gitweb: http://git.infradead.org/?p=mtd-2.6.git;a=commit;h=d5c5620167d0fde476a0c0d8bb1f5751bcc1e495
Commit: d5c5620167d0fde476a0c0d8bb1f5751bcc1e495
Parent: f49289ce64b7f7da4d7129666854b499b9d415eb
Author: Geert Uytterhoeven <geert+renesas at glider.be>
AuthorDate: Tue Dec 8 18:40:59 2015 +0100
Committer: Brian Norris <computersforpeace at gmail.com>
CommitDate: Wed Dec 9 18:18:05 2015 -0800
mtd: nand: Confine MTD_NAND_SH_FLCTL to SUPERH
As of commit a521422ea4ae6128 ("ARM: shmobile: mackerel: Remove Legacy C
board code"), the Renesas SuperH FLCTL driver is no longer used on ARM
SH-Mobile SoCs. Restrict the dependencies, unless compile-testing.
Signed-off-by: Geert Uytterhoeven <geert+renesas at glider.be>
Signed-off-by: Brian Norris <computersforpeace at gmail.com>
---
drivers/mtd/nand/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/mtd/nand/Kconfig b/drivers/mtd/nand/Kconfig
index 2896640..6c71f62 100644
--- a/drivers/mtd/nand/Kconfig
+++ b/drivers/mtd/nand/Kconfig
@@ -480,7 +480,7 @@ config MTD_NAND_MXC
config MTD_NAND_SH_FLCTL
tristate "Support for NAND on Renesas SuperH FLCTL"
- depends on SUPERH || ARCH_SHMOBILE || COMPILE_TEST
+ depends on SUPERH || COMPILE_TEST
depends on HAS_IOMEM
depends on HAS_DMA
help
More information about the linux-mtd-cvs
mailing list