]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
mtd: onenand: Enable compile testing of OMAP and Samsung drivers
authorKrzysztof Kozlowski <krzk@kernel.org>
Sun, 29 Dec 2019 18:36:12 +0000 (19:36 +0100)
committerMiquel Raynal <miquel.raynal@bootlin.com>
Tue, 21 Jan 2020 19:00:34 +0000 (20:00 +0100)
OMAP and Samsung OneNAND drivers can be compile tested.  The OMAP
drivers still depends on mach header so limit the compile testing to
ARMv7.

Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
Reported-by: kbuild test robot <lkp@intel.com>
Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>
drivers/mtd/nand/onenand/Kconfig

index ea382fc48432534f8277068b023cc825e54c2e5e..572b8fe69abb5d6e45689f290bbfd0bf9a907ee6 100644 (file)
@@ -25,7 +25,7 @@ config MTD_ONENAND_GENERIC
 
 config MTD_ONENAND_OMAP2
        tristate "OneNAND on OMAP2/OMAP3 support"
-       depends on ARCH_OMAP2 || ARCH_OMAP3
+       depends on ARCH_OMAP2 || ARCH_OMAP3 || (COMPILE_TEST && ARM)
        depends on OF || COMPILE_TEST
        help
          Support for a OneNAND flash device connected to an OMAP2/OMAP3 SoC
@@ -34,7 +34,7 @@ config MTD_ONENAND_OMAP2
 
 config MTD_ONENAND_SAMSUNG
        tristate "OneNAND on Samsung SOC controller support"
-       depends on ARCH_S3C64XX || ARCH_S5PV210 || ARCH_EXYNOS4
+       depends on ARCH_S3C64XX || ARCH_S5PV210 || ARCH_EXYNOS4 || COMPILE_TEST
        help
          Support for a OneNAND flash device connected to an Samsung SOC.
          S3C64XX uses command mapping method.