Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

stm class: Kconfig: correct symbol name

Drop the leading "CONFIG_" when referring to Kconfig symbols--
it is supplied by the kconfig software.
This make the default values work as (apparently) expected.

Fixes: a02509f301c6 ("stm class: Factor out default framing protocol")
Fixes: d69d5e83110f ("stm class: Add MIPI SyS-T protocol support")
Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Link: https://patch.msgid.link/20251228190502.2480758-1-rdunlap@infradead.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Randy Dunlap and committed by
Greg Kroah-Hartman
ed1613fc 68a9459a

+2 -2
+2 -2
drivers/hwtracing/stm/Kconfig
··· 13 13 14 14 config STM_PROTO_BASIC 15 15 tristate "Basic STM framing protocol driver" 16 - default CONFIG_STM 16 + default STM 17 17 help 18 18 This is a simple framing protocol for sending data over STM 19 19 devices. This was the protocol that the STM framework used ··· 28 28 29 29 config STM_PROTO_SYS_T 30 30 tristate "MIPI SyS-T STM framing protocol driver" 31 - default CONFIG_STM 31 + default STM 32 32 help 33 33 This is an implementation of MIPI SyS-T protocol to be used 34 34 over the STP transport. In addition to the data payload, it