summaryrefslogtreecommitdiff
path: root/linux-2.6.10
diff options
context:
space:
mode:
authorBenjamin Decavel2009-05-06 11:21:52 +0200
committerBenjamin Decavel2009-05-06 11:21:52 +0200
commita3386cffea5f205155f2344b0c0628efddc3cfa6 (patch)
tree9d1dab6caaf4db726c41203e11fcc3dacc93f0e4 /linux-2.6.10
parentffffda680be43fcc19495c9838ef24b5d591c242 (diff)
Enabled igmp filter compilation, compiled as a module. Can't be inserted yet though
Diffstat (limited to 'linux-2.6.10')
-rw-r--r--linux-2.6.10/arch/arm/configs/spc200c_defconfig2
-rw-r--r--linux-2.6.10/arch/arm/configs/spc200e_defconfig2
-rw-r--r--linux-2.6.10/drivers/plc/Kconfig4
-rw-r--r--linux-2.6.10/drivers/plc/igmp_filter/Makefile2
4 files changed, 5 insertions, 5 deletions
diff --git a/linux-2.6.10/arch/arm/configs/spc200c_defconfig b/linux-2.6.10/arch/arm/configs/spc200c_defconfig
index 5c9971a3ea..b471202721 100644
--- a/linux-2.6.10/arch/arm/configs/spc200c_defconfig
+++ b/linux-2.6.10/arch/arm/configs/spc200c_defconfig
@@ -732,7 +732,7 @@ CONFIG_PLC=y
# CONFIG_PLC_SAFE_RETURN_BUTTON is not set
# CONFIG_PLC_PCI is not set
CONFIG_PLC_TIMEOUT=y
-CONFIG_PLC_MCAST=y
+CONFIG_PLC_MCAST=m
# CONFIG_PLC_CRYPTO is not set
CONFIG_PLC_NEWPHLIC=y
# CONFIG_PLC_EVENT_NOTIFICATION is not set
diff --git a/linux-2.6.10/arch/arm/configs/spc200e_defconfig b/linux-2.6.10/arch/arm/configs/spc200e_defconfig
index 3d24186876..b3fa96b5b3 100644
--- a/linux-2.6.10/arch/arm/configs/spc200e_defconfig
+++ b/linux-2.6.10/arch/arm/configs/spc200e_defconfig
@@ -732,7 +732,7 @@ CONFIG_PLC=y
# CONFIG_PLC_SAFE_RETURN_BUTTON is not set
# CONFIG_PLC_PCI is not set
CONFIG_PLC_TIMEOUT=y
-CONFIG_PLC_MCAST=y
+CONFIG_PLC_MCAST=m
# CONFIG_PLC_CRYPTO is not set
CONFIG_PLC_NEWPHLIC=y
# CONFIG_PLC_EVENT_NOTIFICATION is not set
diff --git a/linux-2.6.10/drivers/plc/Kconfig b/linux-2.6.10/drivers/plc/Kconfig
index b223390293..b3ecff6cf5 100644
--- a/linux-2.6.10/drivers/plc/Kconfig
+++ b/linux-2.6.10/drivers/plc/Kconfig
@@ -118,9 +118,9 @@ config PLC_TIMEOUT
Enable the Timeout in the PLC driver.
config PLC_MCAST
- bool
+ tristate
depends !PLC_PPC
- default y
+ default m
help
Enable the Multicast in the PLC driver.
diff --git a/linux-2.6.10/drivers/plc/igmp_filter/Makefile b/linux-2.6.10/drivers/plc/igmp_filter/Makefile
index bf07f3e3cd..55e1fc7de3 100644
--- a/linux-2.6.10/drivers/plc/igmp_filter/Makefile
+++ b/linux-2.6.10/drivers/plc/igmp_filter/Makefile
@@ -2,4 +2,4 @@
# Makefile for the Sipdcom IGMP filter
#
-obj-$(PLC_MCAST) += igmp_filter.o
+obj-$(CONFIG_PLC_MCAST) += igmp_filter.o