aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorian Fainelli <f.fainelli@gmail.com>2016-01-06 13:51:05 -0500
committerRalf Baechle <ralf@linux-mips.org>2016-01-23 22:03:21 -0500
commita7b43812ae5ec90afde8ed540b1a92405a54a519 (patch)
tree478c74ba8f1553b94120b6770eced0e8efca948c
parent5bdb102b3f9785cb88467bc7c75fa0f5cacc8dc5 (diff)
MIPS: BMIPS: Enable ARCH_WANT_OPTIONAL_GPIOLIB
Allow BMIPS_GENERIC supported platforms to build GPIO controller drivers. Signed-off-by: Florian Fainelli <f.fainelli@gmail.com> Reviewed-by: Dragan Stancevic <dragan.stancevic@gmail.com> Cc: cernekee@gmail.com Cc: jaedon.shin@gmail.com Cc: gregory.0xf0@gmail.com Cc: Florian Fainelli <f.fainelli@gmail.com> Cc: linux-mips@linux-mips.org Patchwork: https://patchwork.linux-mips.org/patch/12019/ Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
-rw-r--r--arch/mips/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig
index 500110063a63..058dfd2084b8 100644
--- a/arch/mips/Kconfig
+++ b/arch/mips/Kconfig
@@ -170,6 +170,7 @@ config BMIPS_GENERIC
170 select USB_EHCI_BIG_ENDIAN_MMIO if CPU_BIG_ENDIAN 170 select USB_EHCI_BIG_ENDIAN_MMIO if CPU_BIG_ENDIAN
171 select USB_OHCI_BIG_ENDIAN_DESC if CPU_BIG_ENDIAN 171 select USB_OHCI_BIG_ENDIAN_DESC if CPU_BIG_ENDIAN
172 select USB_OHCI_BIG_ENDIAN_MMIO if CPU_BIG_ENDIAN 172 select USB_OHCI_BIG_ENDIAN_MMIO if CPU_BIG_ENDIAN
173 select ARCH_WANT_OPTIONAL_GPIOLIB
173 help 174 help
174 Build a generic DT-based kernel image that boots on select 175 Build a generic DT-based kernel image that boots on select
175 BCM33xx cable modem chips, BCM63xx DSL chips, and BCM7xxx set-top 176 BCM33xx cable modem chips, BCM63xx DSL chips, and BCM7xxx set-top