MIPS: BCM47xx: Select GPIOLIB for BCMA on bcm47xx platform
authorArend van Spriel <arend@broadcom.com>
Fri, 4 Jan 2013 18:10:05 +0000 (19:10 +0100)
committerRalf Baechle <ralf@linux-mips.org>
Wed, 16 Jan 2013 15:29:30 +0000 (16:29 +0100)
commita9e985783ed936376de9f27eff54e37d584fb855
tree5bb7eab43433e377328143f61d8ef68a0cf2f1a3
parent3d2d03247632920aa21b42a0b032a4ffd44ce15e
MIPS: BCM47xx: Select GPIOLIB for BCMA on bcm47xx platform

The Kconfig items BCM47XX_BCMA and BCM47XX_SSB selected respectively
BCMA_DRIVER_GPIO and SSB_DRIVER_GPIO. These options depend on GPIOLIB
without explicitly selecting it so it results in a warning when GPIOLIB
is not set:

scripts/kconfig/conf --oldconfig Kconfig
warning: (BCM47XX_BCMA) selects BCMA_DRIVER_GPIO ... unmet direct
dependencies (BCMA_POSSIBLE && BCMA && GPIOLIB)
warning: (BCM47XX_SSB) selects SSB_DRIVER_GPIO ... unmet direct
dependencies (SSB_POSSIBLE && SSB && GPIOLIB)

which subsequently results in compile errors.

Signed-off-by: Arend van Spriel <arend@broadcom.com>
Cc: Hauke Mehrtens <hauke@hauke-m.de>
Cc: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/4759/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/bcm47xx/Kconfig