From: Sergio Paracuellos Date: Mon, 18 Jun 2018 09:36:07 +0000 (+0200) Subject: staging: mt7621-gpio: add COMPILE_TEST X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=72b2884d62962e62079a940e58aee9a67074d304;p=linux.git staging: mt7621-gpio: add COMPILE_TEST This driver is actually platform-agnostic. Add COMPILE_TEST for the compilation test coverage. Signed-off-by: Sergio Paracuellos Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/mt7621-gpio/Kconfig b/drivers/staging/mt7621-gpio/Kconfig index f4453e8d1760e..835998a9b6f2f 100644 --- a/drivers/staging/mt7621-gpio/Kconfig +++ b/drivers/staging/mt7621-gpio/Kconfig @@ -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