Skip to content
Snippets Groups Projects
Commit f1d1f733 authored by Mats Karrman's avatar Mats Karrman
Browse files

iopsys-brcm63xx-arm: Add EG400 target, refs #9092

parent 118c0bad
Branches 3.7.1
No related tags found
No related merge requests found
...@@ -28,19 +28,24 @@ config BCM_KERNEL_PROFILE ...@@ -28,19 +28,24 @@ config BCM_KERNEL_PROFILE
string string
default "963138BGWV" if TARGET_iopsys_brcm63xx_arm_dg400 default "963138BGWV" if TARGET_iopsys_brcm63xx_arm_dg400
default "963138BGWV" if TARGET_iopsys_brcm63xx_arm_eg400
config BCM_CHIP_ID config BCM_CHIP_ID
string string
default "63138" if TARGET_iopsys_brcm63xx_arm_dg400 default "63138" if TARGET_iopsys_brcm63xx_arm_dg400
default "63138" if TARGET_iopsys_brcm63xx_arm_eg400
config TARGET_MODEL_NAME config TARGET_MODEL_NAME
string string
default "DG400-WU7U" if TARGET_iopsys_brcm63xx_arm_dg400 default "DG400-WU7U" if TARGET_iopsys_brcm63xx_arm_dg400
default "EG400-WU21U" if TARGET_iopsys_brcm63xx_arm_eg400
config TARGET_IBOARDID config TARGET_IBOARDID
string string
default "DG400" if TARGET_iopsys_brcm63xx_arm_dg400 default "DG400" if TARGET_iopsys_brcm63xx_arm_dg400
default "EG400" if TARGET_iopsys_brcm63xx_arm_eg400
############### mapping function button to driver button
config button RESET
list button gpio_reset
option minpress 5000
option hotplug resetbutton
config button DECT
list button 9512_dect
option hotplug dectshort
option hotplug_long dectlong
option minpress 1000
option longpress 8000
config button WPS
list button 9512_wps
option hotplug wpsbutton
option minpress 1000
config button Wireless
list button 9512_wireless
option hotplug ecobutton
option minpress 1000
#config button THOUCH_NEAR
# list button 9512_touch_near
# option hotplug touch_near
# option dimming on
# option minpress 0
#config button THOUCH_FAR
# list button 9512_touch_far
# option hotplug touch_far
# option minpress 0
...@@ -28,3 +28,22 @@ endef ...@@ -28,3 +28,22 @@ endef
$(eval $(call Profile,dg400)) $(eval $(call Profile,dg400))
define Profile/eg400
NAME:=eg400
PACKAGES:=$(VOICE_SUPPORT) $(DECT_SUPPORT) catv juci-catv juci-sfp
endef
define Profile/eg400/Config
select BCM_I2C
select BCM_ENDPOINT_MODULE
select TARGET_NO_DECT
select TARGET_NO_DSL
endef
define Profile/eg400/Description
eg400 profile
endef
$(eval $(call Profile,eg400))
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment