Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 72b2884d authored by Sergio Paracuellos's avatar Sergio Paracuellos Committed by Greg Kroah-Hartman
Browse files

staging: mt7621-gpio: add COMPILE_TEST



This driver is actually platform-agnostic.  Add COMPILE_TEST for
the compilation test coverage.

Signed-off-by: default avatarSergio Paracuellos <sergio.paracuellos@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 7e7cda88
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
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