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/sunxi | |
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/sunxi')
-rw-r--r-- | target/linux/sunxi/config-4.19 | 1 | ||||
-rw-r--r-- | target/linux/sunxi/config-5.4 | 1 |
2 files changed, 0 insertions, 2 deletions
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 |