aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Brown <broonie@linaro.org>2014-04-08 19:45:50 +0100
committerMark Brown <broonie@linaro.org>2014-04-08 19:45:50 +0100
commit8f0dcaa0f92b422dadb0127d76e31b098753c8ae (patch)
tree0d21062b6d6522b53b03f0b6d235f7b22a14beca
parentcd1b5c286992a746f3d7b5817d38988383839ec8 (diff)
configs: Enable TUN by default
There some tests in LTP for TUN so make sure we get coverage. Signed-off-by: Mark Brown <broonie@linaro.org>
-rw-r--r--linaro/configs/android.conf1
-rw-r--r--linaro/configs/distribution.conf1
2 files changed, 2 insertions, 0 deletions
diff --git a/linaro/configs/android.conf b/linaro/configs/android.conf
index e1bf601fc57..e4fd1ad1902 100644
--- a/linaro/configs/android.conf
+++ b/linaro/configs/android.conf
@@ -39,3 +39,4 @@ CONFIG_ADF=y
CONFIG_ADF_FBDEV=y
CONFIG_ADF_MEMBLOCK=y
CONFIG_DMA_SHARED_BUFFER=y
+CONFIG_TUN=y
diff --git a/linaro/configs/distribution.conf b/linaro/configs/distribution.conf
index fbcfed1b6ce..a89a2e2b38a 100644
--- a/linaro/configs/distribution.conf
+++ b/linaro/configs/distribution.conf
@@ -25,6 +25,7 @@ CONFIG_IP6_NF_MANGLE=m
CONFIG_BRIDGE_NF_EBTABLES=m
CONFIG_BRIDGE_EBT_MARK_T=m
CONFIG_BRIDGE=m
+CONFIG_TUN=y
CONFIG_DEVTMPFS=y
CONFIG_DEVTMPFS_MOUNT=y
CONFIG_BLK_DEV_RAM=y