summaryrefslogtreecommitdiff
path: root/target/linux/kernel.config
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2015-09-09 07:49:51 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2015-09-09 07:52:26 +0200
commita8cfd5d214a284387e9ff6a49e28856fa866bd3c (patch)
tree76aaf4e9089cfc18205162e8013d44608e4a688a /target/linux/kernel.config
parent103ab8ad24a6855a73ceb95d566cfadcd7fc376c (diff)
enable VDSO globally
Disabled VDSO is a performance killer. Kodi get stuttering audio playback with a lot of broken pipe error messages.
Diffstat (limited to 'target/linux/kernel.config')
-rw-r--r--target/linux/kernel.config1
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/kernel.config b/target/linux/kernel.config
index d3419d8ff..a291279c3 100644
--- a/target/linux/kernel.config
+++ b/target/linux/kernel.config
@@ -28,3 +28,4 @@ CONFIG_DEVMEM=y
CONFIG_DEVKMEM=y
CONFIG_EXPERT=y
CONFIG_MULTIUSER=y
+CONFIG_VDSO=y