diff options
author | Rafał Miłecki <zajec5@gmail.com> | 2014-01-14 15:36:29 +0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2014-01-25 01:39:51 +0400 |
commit | ef1e3e7a19bd498862eb36ef8730d1d4700891ea (patch) | |
tree | e17d17b6507000589d12f805e1793ff854d81fbe /arch/mips/bcm47xx/Makefile | |
parent | 515fa75d4845c424c853a727a4f02b0e02340370 (diff) | |
download | linux-ef1e3e7a19bd498862eb36ef8730d1d4700891ea.tar.xz |
MIPS: BCM47XX: Prepare support for GPIO buttons
So far this adds support for one Netgear model only, but it's designed
and ready to add many more device. We could hopefully import database
from OpenWrt.
Support for SSB is currently disabled, because SSB doesn't implement IRQ
domain yet.
Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
Acked-by: Hauke Mehrtens <hauke@hauke-m.de>
Signed-off-by: John Crispin <blogic@openwrt.org>
Patchwork: http://patchwork.linux-mips.org/patch/6300/
Diffstat (limited to 'arch/mips/bcm47xx/Makefile')
-rw-r--r-- | arch/mips/bcm47xx/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/bcm47xx/Makefile b/arch/mips/bcm47xx/Makefile index 84e9aed25027..006a05e4cf6d 100644 --- a/arch/mips/bcm47xx/Makefile +++ b/arch/mips/bcm47xx/Makefile @@ -4,5 +4,5 @@ # obj-y += irq.o nvram.o prom.o serial.o setup.o time.o sprom.o -obj-y += board.o leds.o +obj-y += board.o buttons.o leds.o obj-$(CONFIG_BCM47XX_SSB) += wgt634u.o |