summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndy Hu <andy.hu@starfivetech.com>2024-02-29 06:06:37 +0300
committerAndy Hu <andy.hu@starfivetech.com>2024-03-01 18:20:08 +0300
commitbc94d66829b89097491e1e7dcf1728c34f916510 (patch)
treeae95f97dd887e63913f6faf419f8a42d2ad3e32c
parent718650ac836531c1aa625e77ecb3f69fc9126315 (diff)
downloadlinux-bc94d66829b89097491e1e7dcf1728c34f916510.tar.xz
riscv: configs: enable CONFIG_TUN for OpenVPN/Tailscale
enable tun.ko for VF2 board, to fix github issue: https://github.com/starfive-tech/linux/issues/129 Signed-off-by: Andy Hu <andy.hu@starfivetech.com>
-rw-r--r--arch/riscv/configs/starfive_visionfive2_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/riscv/configs/starfive_visionfive2_defconfig b/arch/riscv/configs/starfive_visionfive2_defconfig
index e50d91d492b6..d0bee6ba27fc 100644
--- a/arch/riscv/configs/starfive_visionfive2_defconfig
+++ b/arch/riscv/configs/starfive_visionfive2_defconfig
@@ -112,6 +112,7 @@ CONFIG_SATA_AHCI=y
CONFIG_MD=y
CONFIG_BLK_DEV_DM=m
CONFIG_NETDEVICES=y
+CONFIG_TUN=m
CONFIG_VIRTIO_NET=y
# CONFIG_NET_VENDOR_ALACRITECH is not set
# CONFIG_NET_VENDOR_AMAZON is not set