[PATCH] coresight: cpu-debug: control default behavior via Kconfig

Brian Norris briannorris at chromium.org
Wed Sep 15 16:41:18 PDT 2021


On Fri, Sep 3, 2021 at 6:29 PM Brian Norris <briannorris at chromium.org> wrote:
> --- a/drivers/hwtracing/coresight/Kconfig
> +++ b/drivers/hwtracing/coresight/Kconfig
> @@ -150,6 +150,19 @@ config CORESIGHT_CPU_DEBUG

> +config CORESIGHT_CPU_DEBUG_DEFAULT_ON
> +       bool "Enable CoreSight CPU Debug by default

^^ Eek, I failed to terminate this string, and kbuild is even warning about it:

drivers/hwtracing/coresight/Kconfig:145:warning: multi-line strings
not supported

Sorry about that; I can submit a v2 if you'd like, or feel free to fix
up my mistake when you apply it.

Sorry,
Brian



More information about the linux-arm-kernel mailing list