Messages in this thread Patch in this message |  | | | From | Mike Frysinger <> | | Subject | [PATCH 3/3] mtd/maps: gpio-addr-flash: depend on GPIO arch support | | Date | Mon, 5 Oct 2009 17:14:49 -0400 |
| |
The driver requires gpio functionality, so make sure we depend on that in the Kconfig menu.
Signed-off-by: Mike Frysinger <vapier@gentoo.org> --- drivers/mtd/maps/Kconfig | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/drivers/mtd/maps/Kconfig b/drivers/mtd/maps/Kconfig index 841e085..14be075 100644 --- a/drivers/mtd/maps/Kconfig +++ b/drivers/mtd/maps/Kconfig @@ -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 -- 1.6.5.rc2
|  |