summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2021-09-27 15:20:36 -0700
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2021-09-27 15:27:51 -0700
commit756fbd5ebd027a176afc7318d7264e2afa03d4e3 (patch)
tree5c8f766adcc63146c888d795832308b97b51dded /doc
parent2df3bba5b7ecff3aa9228d80ca353386f62efd2d (diff)
downloadbluez-756fbd5ebd027a176afc7318d7264e2afa03d4e3.tar.gz
doc/tester-config: Enable KASAN
This patch adds CONFIG_KASAN=y in tester config.
Diffstat (limited to 'doc')
-rw-r--r--doc/tester.config1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/tester.config b/doc/tester.config
index 189aa26d3..892fd5eb3 100644
--- a/doc/tester.config
+++ b/doc/tester.config
@@ -50,3 +50,4 @@ CONFIG_DEBUG_LOCK_ALLOC=y
CONFIG_PROVE_LOCKING=y
CONFIG_LOCKDEP=y
CONFIG_DEBUG_MUTEXES=y
+CONFIG_KASAN=y