Skip to content

Commit

Permalink
DLNA Media (ViXS) BMI Module
Browse files Browse the repository at this point in the history
  • Loading branch information
dirjud committed Nov 8, 2011
1 parent 9698d59 commit 042b8ff
Show file tree
Hide file tree
Showing 8 changed files with 565 additions and 3 deletions.
19 changes: 16 additions & 3 deletions arch/arm/configs/omap3_buglabs_defconfig
Expand Up @@ -536,6 +536,7 @@ CONFIG_IPV6_NDISC_NODETYPE=y
CONFIG_NETFILTER=y
# CONFIG_NETFILTER_DEBUG is not set
CONFIG_NETFILTER_ADVANCED=y
CONFIG_BRIDGE_NETFILTER=y

#
# Core Netfilter Configuration
Expand Down Expand Up @@ -605,6 +606,7 @@ CONFIG_NETFILTER_XTABLES=m
# CONFIG_NETFILTER_XT_MATCH_OSF is not set
# CONFIG_NETFILTER_XT_MATCH_OWNER is not set
# CONFIG_NETFILTER_XT_MATCH_POLICY is not set
# CONFIG_NETFILTER_XT_MATCH_PHYSDEV is not set
# CONFIG_NETFILTER_XT_MATCH_PKTTYPE is not set
# CONFIG_NETFILTER_XT_MATCH_QUOTA is not set
# CONFIG_NETFILTER_XT_MATCH_RATEEST is not set
Expand Down Expand Up @@ -659,13 +661,15 @@ CONFIG_IP_NF_TARGET_MASQUERADE=m
# CONFIG_NF_CONNTRACK_IPV6 is not set
# CONFIG_IP6_NF_QUEUE is not set
# CONFIG_IP6_NF_IPTABLES is not set
# CONFIG_BRIDGE_NF_EBTABLES is not set
# CONFIG_IP_DCCP is not set
# CONFIG_IP_SCTP is not set
# CONFIG_RDS is not set
# CONFIG_TIPC is not set
# CONFIG_ATM is not set
# CONFIG_L2TP is not set
# CONFIG_BRIDGE is not set
CONFIG_BRIDGE=y
CONFIG_BRIDGE_IGMP_SNOOPING=y
# CONFIG_NET_DSA is not set
# CONFIG_VLAN_8021Q is not set
# CONFIG_DECNET is not set
Expand Down Expand Up @@ -828,7 +832,8 @@ CONFIG_MTD_CFI_UTIL=y
# Self-contained MTD device drivers
#
# CONFIG_MTD_DATAFLASH is not set
# CONFIG_MTD_M25P80 is not set
CONFIG_MTD_M25P80=y
CONFIG_M25PXX_USE_FAST_READ=y
# CONFIG_MTD_SST25L is not set
# CONFIG_MTD_SLRAM is not set
# CONFIG_MTD_PHRAM is not set
Expand Down Expand Up @@ -1044,7 +1049,13 @@ CONFIG_USB_NET_NET1080=y
# CONFIG_USB_NET_PLUSB is not set
# CONFIG_USB_NET_MCS7830 is not set
# CONFIG_USB_NET_RNDIS_HOST is not set
# CONFIG_USB_NET_CDC_SUBSET is not set
CONFIG_USB_NET_CDC_SUBSET=y
# CONFIG_USB_ALI_M5632 is not set
# CONFIG_USB_AN2720 is not set
# CONFIG_USB_BELKIN is not set
CONFIG_USB_ARMLINUX=y
# CONFIG_USB_EPSON2888 is not set
# CONFIG_USB_KC2190 is not set
# CONFIG_USB_NET_ZAURUS is not set
# CONFIG_USB_NET_INT51X1 is not set
# CONFIG_USB_IPHETH is not set
Expand Down Expand Up @@ -2138,7 +2149,9 @@ CONFIG_BMI_VH=m
CONFIG_BMI_GSM=m
CONFIG_BMI_ACCNT=m
CONFIG_BMI_BUGDUINO=m
CONFIG_BMI_RF4CE=m
CONFIG_BMI_DECT=m
CONFIG_BMI_DLNA_MEDIA=m

#
# File systems
Expand Down
11 changes: 11 additions & 0 deletions drivers/bmi/pims/Kconfig
Expand Up @@ -138,5 +138,16 @@ config BMI_DECT

This driver can also be built as a module.

config BMI_DLNA_MEDIA
tristate "BMI DLNA Media Module support"
depends on BMI_PIMS
default n
---help---
BMI VIXS XC5195 Network Processor module that support DLNA
media server, MoCA, and IEEE1394/Firewire

This driver can also be built as a module.


endmenu

1 change: 1 addition & 0 deletions drivers/bmi/pims/Makefile
Expand Up @@ -19,3 +19,4 @@ obj-$(CONFIG_BMI_ACCNT) += accenture/
obj-$(CONFIG_BMI_BUGDUINO) += bugduino/
obj-$(CONFIG_BMI_RF4CE) += rf4ce/
obj-$(CONFIG_BMI_DECT) += dect/
obj-$(CONFIG_BMI_DLNA_MEDIA) += dlna_media/
2 changes: 2 additions & 0 deletions drivers/bmi/pims/dlna_media/Makefile
@@ -0,0 +1,2 @@
obj-$(CONFIG_BMI_DLNA_MEDIA) += bmi_dlna_media.o

0 comments on commit 042b8ff

Please sign in to comment.