build: Add IRQSOFF and PREEMPT TRACER kernel config option
authorHauke Mehrtens <hmehrtens@maxlinear.com>
Thu, 3 Dec 2020 17:49:12 +0000 (18:49 +0100)
committerHauke Mehrtens <hauke@hauke-m.de>
Wed, 16 Dec 2020 21:11:19 +0000 (22:11 +0100)
commit1926ffb5ab3ce15e20445f52e6a44a9d9c2295c5
treeda5e13b2a91979f2694420146e6de13c064122b1
parent47f30a566e4e76738464c5c7e6a2f7feb4b48410
build: Add IRQSOFF and PREEMPT TRACER kernel config option

This adds the CONFIG_IRQSOFF_TRACER and the CONFIG_PREEMPT_TRACER kernel
configuration option to the OpenWrt menu. This can be used to debug
latencies in the system.
The CONFIG_PREEMPT_TRACER option needs the CONFIG_PREEMPT option which is
supposed to be used for Low-Latency Desktop and not used by many targets
in OpenWrt.

The help text is copied from the Linux kernel Kconfig.

Signed-off-by: Hauke Mehrtens <hmehrtens@maxlinear.com>
config/Config-kernel.in