Skip to content

Commit

Permalink
mtd/maps: gpio-addr-flash: depend on GPIO arch support
Browse files Browse the repository at this point in the history
The driver requires gpio functionality, so make sure we depend on that in
the Kconfig menu.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
  • Loading branch information
Mike Frysinger authored and David Woodhouse committed Sep 24, 2009
1 parent f5bae56 commit de19d02
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/mtd/maps/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit de19d02

Please sign in to comment.