]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
staging: mt7621-gpio: add COMPILE_TEST
authorSergio Paracuellos <sergio.paracuellos@gmail.com>
Mon, 18 Jun 2018 09:36:07 +0000 (11:36 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 28 Jun 2018 12:50:58 +0000 (21:50 +0900)
This driver is actually platform-agnostic.  Add COMPILE_TEST for
the compilation test coverage.

Signed-off-by: Sergio Paracuellos <sergio.paracuellos@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/mt7621-gpio/Kconfig

index f4453e8d1760e51b7f63d9c171d8e737f9da83eb..835998a9b6f2fb93ca58001b58db3d4229b1f521 100644 (file)
@@ -1,6 +1,6 @@
 config GPIO_MT7621
        bool "Mediatek GPIO Support"
-       depends on SOC_MT7620 || SOC_MT7621
+       depends on SOC_MT7620 || SOC_MT7621 || COMPILE_TEST
        select GPIO_GENERIC
        select ARCH_REQUIRE_GPIOLIB
        help