diff options
author | Sebastian Andrzej Siewior <bigeasy@linutronix.de> | 2022-02-08 18:21:10 +0100 |
---|---|---|
committer | Peter Zijlstra <peterz@infradead.org> | 2022-02-11 12:13:56 +0100 |
commit | 1c6f9ec0095459b5120a1cb059d442f56d3cb6e7 (patch) | |
tree | 2f0c8f9ac2a897ae8c86b18ae973ff4562477e4f /tools/perf/scripts/python/export-to-sqlite.py | |
parent | 9983a9d577db415c41099a20a5637ab25dd3c240 (diff) |
locking: Enable RT_MUTEXES by default on PREEMPT_RT.
The CONFIG_RT_MUTEXES option is enabled by CONFIG_FUTEX and CONFIG_I2C.
If both are disabled then a CONFIG_PREEMPT_RT build fails to compile.
It is not possible to have a PREEMPT_RT kernel without RT_MUTEX support
because RT_MUTEX based locking is always used.
Enable CONFIG_RT_MUTEXES by default on PREEMPT_RT builds.
Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Link: https://lkml.kernel.org/r/YgKmhjkcuqWXdUjQ@linutronix.de
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions