From: Mark Brown Date: Tue, 8 Apr 2014 18:45:50 +0000 (+0100) Subject: configs: Enable TUN by default X-Git-Tag: firefly_0821_release~3680^2~5^2~2^2~19 X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=8f0dcaa0f92b422dadb0127d76e31b098753c8ae;p=firefly-linux-kernel-4.4.55.git configs: Enable TUN by default There some tests in LTP for TUN so make sure we get coverage. Signed-off-by: Mark Brown --- diff --git a/linaro/configs/android.conf b/linaro/configs/android.conf index e1bf601fc57d..e4fd1ad19028 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 fbcfed1b6ce8..a89a2e2b38a5 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