summaryrefslogtreecommitdiff
path: root/target/linux/config/Config.in.network
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbrodkorb@conet.de>2015-08-13 15:26:18 +0200
committerWaldemar Brodkorb <wbrodkorb@conet.de>2015-08-13 15:28:55 +0200
commit0554d962f8e788620948e460d479ddf3b370f9e6 (patch)
tree68d801556f681346e7f9278bd0ca53a486816c91 /target/linux/config/Config.in.network
parente13711b8e839a9fb0c329aec15e89332841d8870 (diff)
kernel: make net and block support optional
Diffstat (limited to 'target/linux/config/Config.in.network')
-rw-r--r--target/linux/config/Config.in.network27
1 files changed, 26 insertions, 1 deletions
diff --git a/target/linux/config/Config.in.network b/target/linux/config/Config.in.network
index 9fb3007aa..9669ba8a5 100644
--- a/target/linux/config/Config.in.network
+++ b/target/linux/config/Config.in.network
@@ -1,7 +1,32 @@
+config ADK_KERNEL_NETDEVICES
+ bool
+
+config ADK_KERNEL_ETHERNET
+ bool
+
+config ADK_KERNEL_NET
+ bool
+
+config ADK_KERNEL_PACKET
+ bool
+
+config ADK_KERNEL_UNIX
+ bool
+
+config ADK_KERNEL_NET_CORE
+ bool
+
menu "Network support"
+depends on ADK_TARGET_WITH_NET
-config ADK_KERNEL_CONFIG_INET
+config ADK_KERNEL_INET
bool "Enable TCP/IP support"
+ select ADK_KERNEL_NET
+ select ADK_KERNEL_UNIX
+ select ADK_KERNEL_PACKET
+ select ADK_KERNEL_NET_CORE
+ select ADK_KERNEL_NETDEVICES
+ select ADK_KERNEL_ETHERNET
select ADK_KERNEL_CRYPTO
select ADK_KERNEL_CRYPTO_AES
default y