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

Commit de19d02b authored by Mike Frysinger's avatar Mike Frysinger Committed by David Woodhouse
Browse files

mtd/maps: gpio-addr-flash: depend on GPIO arch support



The driver requires gpio functionality, so make sure we depend on that in
the Kconfig menu.

Signed-off-by: default avatarMike Frysinger <vapier@gentoo.org>
Signed-off-by: default avatarDavid Woodhouse <David.Woodhouse@intel.com>
parent f5bae56a
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -486,6 +486,7 @@ config MTD_BFIN_ASYNC

config MTD_GPIO_ADDR
	tristate "GPIO-assisted Flash Chip Support"
	depends on GENERIC_GPIO || GPIOLIB
	depends on MTD_COMPLEX_MAPPINGS
	select MTD_PARTITIONS
	help