gpio: brcmstb: Allow building driver for BMIPS_GENERIC
BMIPS_GENERIC (arch/mips/bmips) is the Kconfig symbol associated with Broadcom MIPS-based STB chips. Since this driver is perfectly usable on these platforms as well, allow using it. Signed-off-by: Florian Fainelli <f.fainelli@gmail.com> Acked-by: Gregory Fong <gregory.0xf0@gmail.com> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
This commit is contained in:
committed by
Linus Walleij
parent
ce5a7e8139
commit
a02588a0ef
@@ -134,8 +134,8 @@ config GPIO_BCM_KONA
|
|||||||
|
|
||||||
config GPIO_BRCMSTB
|
config GPIO_BRCMSTB
|
||||||
tristate "BRCMSTB GPIO support"
|
tristate "BRCMSTB GPIO support"
|
||||||
default y if ARCH_BRCMSTB
|
default y if (ARCH_BRCMSTB || BMIPS_GENERIC)
|
||||||
depends on OF_GPIO && (ARCH_BRCMSTB || COMPILE_TEST)
|
depends on OF_GPIO && (ARCH_BRCMSTB || BMIPS_GENERIC || COMPILE_TEST)
|
||||||
select GPIO_GENERIC
|
select GPIO_GENERIC
|
||||||
select GPIOLIB_IRQCHIP
|
select GPIOLIB_IRQCHIP
|
||||||
help
|
help
|
||||||
|
|||||||
Reference in New Issue
Block a user