aboutsummaryrefslogtreecommitdiffstats
path: root/target
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
parent83fcc0e6ae4d370de154e6bf23e2fbf367f25946 (diff)
downloadupstream-e788e9bd87b522d36bc243fc204d5ae9d215f6a8.tar.gz
upstream-e788e9bd87b522d36bc243fc204d5ae9d215f6a8.tar.bz2
upstream-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')
-rw-r--r--target/linux/generic/config-4.192
-rw-r--r--target/linux/generic/config-5.42
-rw-r--r--target/linux/ipq40xx/config-4.191
-rw-r--r--target/linux/ipq40xx/config-5.41
-rw-r--r--target/linux/ipq806x/config-4.191
-rw-r--r--target/linux/ipq806x/config-5.41
-rw-r--r--target/linux/layerscape/armv7/config-5.41
-rw-r--r--target/linux/sunxi/config-4.191
-rw-r--r--target/linux/sunxi/config-5.41
-rw-r--r--target/linux/tegra/config-4.191
-rw-r--r--target/linux/tegra/config-5.41
11 files changed, 2 insertions, 11 deletions
diff --git a/target/linux/generic/config-4.19 b/target/linux/generic/config-4.19
index 6f4478f18e..bb7181a041 100644
--- a/target/linux/generic/config-4.19
+++ b/target/linux/generic/config-4.19
@@ -5814,7 +5814,7 @@ CONFIG_USB_VIDEO_CLASS_INPUT_EVDEV=y
# CONFIG_V4L_TEST_DRIVERS is not set
# CONFIG_VBOXGUEST is not set
# CONFIG_VCNL4000 is not set
-# CONFIG_VDSO is not set
+CONFIG_VDSO=y
# CONFIG_VEML6070 is not set
# CONFIG_VETH is not set
# CONFIG_VEXPRESS_CONFIG is not set
diff --git a/target/linux/generic/config-5.4 b/target/linux/generic/config-5.4
index aa3fbded3b..04fda5de24 100644
--- a/target/linux/generic/config-5.4
+++ b/target/linux/generic/config-5.4
@@ -6214,7 +6214,7 @@ CONFIG_USB_VIDEO_CLASS_INPUT_EVDEV=y
# CONFIG_VBOXGUEST is not set
# CONFIG_VCNL4000 is not set
# CONFIG_VCNL4035 is not set
-# CONFIG_VDSO is not set
+CONFIG_VDSO=y
# CONFIG_VEML6070 is not set
# CONFIG_VETH is not set
# CONFIG_VEXPRESS_CONFIG is not set
diff --git a/target/linux/ipq40xx/config-4.19 b/target/linux/ipq40xx/config-4.19
index c70c761d25..0adcc25340 100644
--- a/target/linux/ipq40xx/config-4.19
+++ b/target/linux/ipq40xx/config-4.19
@@ -497,7 +497,6 @@ CONFIG_USB=y
CONFIG_USB_COMMON=y
CONFIG_USB_SUPPORT=y
CONFIG_USE_OF=y
-CONFIG_VDSO=y
CONFIG_VFP=y
CONFIG_VFPv3=y
CONFIG_WATCHDOG_CORE=y
diff --git a/target/linux/ipq40xx/config-5.4 b/target/linux/ipq40xx/config-5.4
index 671f2b41f5..b442f73fbc 100644
--- a/target/linux/ipq40xx/config-5.4
+++ b/target/linux/ipq40xx/config-5.4
@@ -523,7 +523,6 @@ CONFIG_USB=y
CONFIG_USB_COMMON=y
CONFIG_USB_SUPPORT=y
CONFIG_USE_OF=y
-CONFIG_VDSO=y
CONFIG_VFP=y
CONFIG_VFPv3=y
CONFIG_WATCHDOG_CORE=y
diff --git a/target/linux/ipq806x/config-4.19 b/target/linux/ipq806x/config-4.19
index f61883a6db..b21254ed08 100644
--- a/target/linux/ipq806x/config-4.19
+++ b/target/linux/ipq806x/config-4.19
@@ -494,7 +494,6 @@ CONFIG_USB=y
CONFIG_USB_COMMON=y
CONFIG_USB_SUPPORT=y
CONFIG_USE_OF=y
-CONFIG_VDSO=y
CONFIG_VFP=y
CONFIG_VFPv3=y
CONFIG_WATCHDOG_CORE=y
diff --git a/target/linux/ipq806x/config-5.4 b/target/linux/ipq806x/config-5.4
index 568c5df39e..20870f75c0 100644
--- a/target/linux/ipq806x/config-5.4
+++ b/target/linux/ipq806x/config-5.4
@@ -512,7 +512,6 @@ CONFIG_USB=y
CONFIG_USB_COMMON=y
CONFIG_USB_SUPPORT=y
CONFIG_USE_OF=y
-CONFIG_VDSO=y
CONFIG_VFP=y
CONFIG_VFPv3=y
CONFIG_WATCHDOG_CORE=y
diff --git a/target/linux/layerscape/armv7/config-5.4 b/target/linux/layerscape/armv7/config-5.4
index 3e242a2245..56a6dfd913 100644
--- a/target/linux/layerscape/armv7/config-5.4
+++ b/target/linux/layerscape/armv7/config-5.4
@@ -746,7 +746,6 @@ CONFIG_USB_SUPPORT=y
CONFIG_USER_NS=y
CONFIG_USE_OF=y
CONFIG_UTS_NS=y
-CONFIG_VDSO=y
CONFIG_VEXPRESS_CONFIG=y
CONFIG_VEXPRESS_SYSCFG=y
CONFIG_VFAT_FS=y
diff --git a/target/linux/sunxi/config-4.19 b/target/linux/sunxi/config-4.19
index 1e2ba0520c..c37457a78e 100644
--- a/target/linux/sunxi/config-4.19
+++ b/target/linux/sunxi/config-4.19
@@ -581,7 +581,6 @@ CONFIG_USB_STORAGE=y
CONFIG_USB_SUPPORT=y
CONFIG_USERIO=y
CONFIG_USE_OF=y
-CONFIG_VDSO=y
CONFIG_VFAT_FS=y
CONFIG_VFP=y
CONFIG_VFPv3=y
diff --git a/target/linux/sunxi/config-5.4 b/target/linux/sunxi/config-5.4
index 41aca503b5..d34cb4c7ae 100644
--- a/target/linux/sunxi/config-5.4
+++ b/target/linux/sunxi/config-5.4
@@ -567,7 +567,6 @@ CONFIG_USB_STORAGE=y
CONFIG_USB_SUPPORT=y
CONFIG_USERIO=y
CONFIG_USE_OF=y
-CONFIG_VDSO=y
CONFIG_VFAT_FS=y
CONFIG_VFP=y
CONFIG_VFPv3=y
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