diff options
author | Rui Salvaterra <rsalvaterra@gmail.com> | 2020-10-11 19:35:30 +0100 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2020-10-13 20:08:41 +0200 |
commit | e788e9bd87b522d36bc243fc204d5ae9d215f6a8 (patch) | |
tree | 082c0379f83971576a4be99090bbed7ac92a7d3c /target/linux/generic | |
parent | 83fcc0e6ae4d370de154e6bf23e2fbf367f25946 (diff) | |
download | upstream-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/linux/generic')
-rw-r--r-- | target/linux/generic/config-4.19 | 2 | ||||
-rw-r--r-- | target/linux/generic/config-5.4 | 2 |
2 files changed, 2 insertions, 2 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 |