bmips: add support for Sercomm SHG2500
Sercomm SHG2500 is a BCM63168 with 128M of RAM, 256M of NAND, an external BCM53124S switch for the LAN ports and internal/external Broadcom wifi. LEDs are connected to an external MSP430G2513 MCU controlled via SPI. Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
This commit is contained in:
16
target/linux/bmips/modules.mk
Normal file
16
target/linux/bmips/modules.mk
Normal file
@@ -0,0 +1,16 @@
|
||||
# SPDX-License-Identifier: GPL-2.0-only
|
||||
|
||||
define KernelPackage/leds-sercomm-msp430
|
||||
SUBMENU:=$(LEDS_MENU)
|
||||
TITLE:=Sercomm MSP430G2513 LED support
|
||||
KCONFIG:=CONFIG_LEDS_SERCOMM_MSP430
|
||||
FILES:=$(LINUX_DIR)/drivers/leds/leds-sercomm-msp430.ko
|
||||
DEPENDS:=@TARGET_bmips +kmod-ledtrig-pattern
|
||||
AUTOLOAD:=$(call AutoLoad,60,leds-sercomm-msp430,1)
|
||||
endef
|
||||
|
||||
define KernelPackage/leds-sercomm-msp430/description
|
||||
Kernel support for the Sercomm MSP430G2513 SPI LED controller.
|
||||
endef
|
||||
|
||||
$(eval $(call KernelPackage,leds-sercomm-msp430))
|
||||
Reference in New Issue
Block a user