summaryrefslogtreecommitdiffstats
path: root/target/linux/tegra
diff options
context:
space:
mode:
authorRui Salvaterra <rsalvaterra@gmail.com>2020-10-11 19:35:30 +0100
committerHauke Mehrtens <hauke@hauke-m.de>2020-10-13 20:08:41 +0200
commite788e9bd87b522d36bc243fc204d5ae9d215f6a8 (patch)
tree082c0379f83971576a4be99090bbed7ac92a7d3c /target/linux/tegra
parent83fcc0e6ae4d370de154e6bf23e2fbf367f25946 (diff)
downloadopenwrt-e788e9bd87b522d36bc243fc204d5ae9d215f6a8.tar.gz
openwrt-e788e9bd87b522d36bc243fc204d5ae9d215f6a8.tar.bz2
openwrt-e788e9bd87b522d36bc243fc204d5ae9d215f6a8.zip
treewide: enable the vDSO
The vDSO is used to accelerate some syscalls. It should work fine wherever it's available, so enable it globally for all targets. Signed-off-by: Rui Salvaterra <rsalvaterra@gmail.com>
Diffstat (limited to 'target/linux/tegra')
-rw-r--r--target/linux/tegra/config-4.191
-rw-r--r--target/linux/tegra/config-5.41
2 files changed, 0 insertions, 2 deletions
diff --git a/target/linux/tegra/config-4.19 b/target/linux/tegra/config-4.19
index 20eead79ce..c5a4c9941d 100644
--- a/target/linux/tegra/config-4.19
+++ b/target/linux/tegra/config-4.19
@@ -539,7 +539,6 @@ CONFIG_USB_ULPI=y
CONFIG_USB_ULPI_VIEWPORT=y
# CONFIG_USERIO is not set
CONFIG_USE_OF=y
-CONFIG_VDSO=y
# CONFIG_VFIO is not set
CONFIG_VFP=y
CONFIG_VFPv3=y
diff --git a/target/linux/tegra/config-5.4 b/target/linux/tegra/config-5.4
index f6eef50e75..6bc96d13ce 100644
--- a/target/linux/tegra/config-5.4
+++ b/target/linux/tegra/config-5.4
@@ -554,7 +554,6 @@ CONFIG_USB_ULPI=y
CONFIG_USB_ULPI_VIEWPORT=y
# CONFIG_USERIO is not set
CONFIG_USE_OF=y
-CONFIG_VDSO=y
# CONFIG_VFIO is not set
CONFIG_VFP=y
CONFIG_VFPv3=y