Creation of Cybook 2416 (actually Gen4) repository
This commit is contained in:
15
net/iucv/Kconfig
Normal file
15
net/iucv/Kconfig
Normal file
@@ -0,0 +1,15 @@
|
||||
config IUCV
|
||||
tristate "IUCV support (VM only)"
|
||||
depends on S390
|
||||
help
|
||||
Select this option if you want to use inter-user communication under
|
||||
VM or VIF sockets. If you run on z/VM, say "Y" to enable a fast
|
||||
communication link between VM guests.
|
||||
|
||||
config AFIUCV
|
||||
tristate "AF_IUCV support (VM only)"
|
||||
depends on IUCV
|
||||
help
|
||||
Select this option if you want to use inter-user communication under
|
||||
VM or VIF sockets. If you run on z/VM, say "Y" to enable a fast
|
||||
communication link between VM guests.
|
||||
6
net/iucv/Makefile
Normal file
6
net/iucv/Makefile
Normal file
@@ -0,0 +1,6 @@
|
||||
#
|
||||
# Makefile for IUCV
|
||||
#
|
||||
|
||||
obj-$(CONFIG_IUCV) += iucv.o
|
||||
obj-$(CONFIG_AFIUCV) += af_iucv.o
|
||||
1077
net/iucv/af_iucv.c
Normal file
1077
net/iucv/af_iucv.c
Normal file
File diff suppressed because it is too large
Load Diff
1619
net/iucv/iucv.c
Normal file
1619
net/iucv/iucv.c
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user