aboutsummaryrefslogtreecommitdiffstats
path: root/init
diff options
context:
space:
mode:
authorDavid S. Miller <davem@davemloft.net>2012-08-24 18:54:37 -0400
committerDavid S. Miller <davem@davemloft.net>2012-08-24 18:54:37 -0400
commite6acb384807406c1a6ad3ddc91191f7658e63b7a (patch)
tree7906d1bb402ac30e4efaa1bc6451b1c7a4b6e768 /init
parent255e87657a84e21986e5d9070f3dee4aa8d1d531 (diff)
parent898132ae76d1aeb52301f10e8795c34fbb54e853 (diff)
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace
This is an initial merge in of Eric Biederman's work to start adding user namespace support to the networking. Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'init')
-rw-r--r--init/Kconfig19
1 files changed, 0 insertions, 19 deletions
diff --git a/init/Kconfig b/init/Kconfig
index af6c7f8ba019..b445d6f49bcf 100644
--- a/init/Kconfig
+++ b/init/Kconfig
@@ -942,28 +942,12 @@ config UIDGID_CONVERTED
942 depends on PROC_EVENTS = n 942 depends on PROC_EVENTS = n
943 943
944 # Networking 944 # Networking
945 depends on NET = n
946 depends on NET_9P = n 945 depends on NET_9P = n
947 depends on IPX = n
948 depends on PHONET = n
949 depends on NET_CLS_FLOW = n
950 depends on NETFILTER_XT_MATCH_OWNER = n
951 depends on NETFILTER_XT_MATCH_RECENT = n
952 depends on NETFILTER_XT_TARGET_LOG = n
953 depends on NETFILTER_NETLINK_LOG = n
954 depends on INET = n
955 depends on IPV6 = n
956 depends on IP_SCTP = n
957 depends on AF_RXRPC = n 946 depends on AF_RXRPC = n
958 depends on LLC2 = n
959 depends on NET_KEY = n 947 depends on NET_KEY = n
960 depends on INET_DIAG = n
961 depends on DNS_RESOLVER = n 948 depends on DNS_RESOLVER = n
962 depends on AX25 = n
963 depends on ATALK = n
964 949
965 # Filesystems 950 # Filesystems
966 depends on USB_DEVICEFS = n
967 depends on USB_GADGETFS = n 951 depends on USB_GADGETFS = n
968 depends on USB_FUNCTIONFS = n 952 depends on USB_FUNCTIONFS = n
969 depends on DEVTMPFS = n 953 depends on DEVTMPFS = n
@@ -1019,9 +1003,6 @@ config UIDGID_CONVERTED
1019 depends on !UML || HOSTFS = n 1003 depends on !UML || HOSTFS = n
1020 1004
1021 # The rare drivers that won't build 1005 # The rare drivers that won't build
1022 depends on AIRO = n
1023 depends on AIRO_CS = n
1024 depends on TUN = n
1025 depends on INFINIBAND_QIB = n 1006 depends on INFINIBAND_QIB = n
1026 depends on BLK_DEV_LOOP = n 1007 depends on BLK_DEV_LOOP = n
1027 depends on ANDROID_BINDER_IPC = n 1008 depends on ANDROID_BINDER_IPC = n