diff options
author | Jennifer Hunt <jenhunt@us.ibm.com> | 2007-02-08 22:51:54 +0100 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2007-02-08 22:51:54 +0100 |
commit | eac3731bd04c7131478722a3c148b78774553116 (patch) | |
tree | 66c1ce279bbd586e3fcf417cfd6057db3df296ae /arch/s390/defconfig | |
parent | [S390]: Adapt special message interface to new IUCV API (diff) | |
download | linux-eac3731bd04c7131478722a3c148b78774553116.tar.xz linux-eac3731bd04c7131478722a3c148b78774553116.zip |
[S390]: Add AF_IUCV socket support
From: Jennifer Hunt <jenhunt@us.ibm.com>
This patch adds AF_IUCV socket support.
Signed-off-by: Frank Pavlic <fpavlic@de.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'arch/s390/defconfig')
-rw-r--r-- | arch/s390/defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/s390/defconfig b/arch/s390/defconfig index 46f2d4578e6b..1406400bf3ea 100644 --- a/arch/s390/defconfig +++ b/arch/s390/defconfig @@ -180,6 +180,7 @@ CONFIG_XFRM=y # CONFIG_XFRM_SUB_POLICY is not set CONFIG_NET_KEY=y CONFIG_IUCV=m +CONFIG_AFIUCV=m CONFIG_INET=y CONFIG_IP_MULTICAST=y # CONFIG_IP_ADVANCED_ROUTER is not set |