diff options
author | Christian Lamparter <chunkeey@gmail.com> | 2020-08-29 22:53:18 +0200 |
---|---|---|
committer | Christian Lamparter <chunkeey@gmail.com> | 2020-09-25 19:32:33 +0200 |
commit | c6d9a2ac59d1cbcdf69b8ba59987e6dff5ec3115 (patch) | |
tree | ba0805adbcd0327c408f832b90b53c27962745cb /target/linux/bcm53xx/Makefile | |
parent | f6fbc397066e57d180aebc62e6bf52464d06bd76 (diff) | |
download | upstream-c6d9a2ac59d1cbcdf69b8ba59987e6dff5ec3115.tar.gz upstream-c6d9a2ac59d1cbcdf69b8ba59987e6dff5ec3115.tar.bz2 upstream-c6d9a2ac59d1cbcdf69b8ba59987e6dff5ec3115.zip |
bcm53xx: enable PWM for bcm53xx
The Meraki MR32 (BCM53016A1) uses the pwm to drive the
tricolor LED. The driver has been available in upstream
for a long time. Only the Device-Tree definition was
missing, but it has been queued recently.
Signed-off-by: Christian Lamparter <chunkeey@gmail.com>
Diffstat (limited to 'target/linux/bcm53xx/Makefile')
-rw-r--r-- | target/linux/bcm53xx/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/bcm53xx/Makefile b/target/linux/bcm53xx/Makefile index 35f8513801..f980f8a8fb 100644 --- a/target/linux/bcm53xx/Makefile +++ b/target/linux/bcm53xx/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk ARCH:=arm BOARD:=bcm53xx BOARDNAME:=Broadcom BCM47xx/53xx (ARM) -FEATURES:=squashfs nand usb pci pcie gpio +FEATURES:=squashfs nand usb pci pcie gpio pwm CPU_TYPE:=cortex-a9 SUBTARGETS:=generic |