mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] stm: Kconfig: Remove CONFIG_ prefixes
@ 2019-12-31 17:36 Joe Perches
  0 siblings, 0 replies; only message in thread
From: Joe Perches @ 2019-12-31 17:36 UTC (permalink / raw)
  To: Alexander Shishkin; +Cc: LKML

Kconfig does not use the CONFIG_ prefix in a default statement
so remove these two uses.

Signed-off-by: Joe Perches <joe@perches.com>
---
 drivers/hwtracing/stm/Kconfig | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/hwtracing/stm/Kconfig b/drivers/hwtracing/stm/Kconfig
index d0e92a..3e92e2 100644
--- a/drivers/hwtracing/stm/Kconfig
+++ b/drivers/hwtracing/stm/Kconfig
@@ -14,7 +14,7 @@ if STM
 
 config STM_PROTO_BASIC
 	tristate "Basic STM framing protocol driver"
-	default CONFIG_STM
+	default STM
 	help
 	  This is a simple framing protocol for sending data over STM
 	  devices. This was the protocol that the STM framework used
@@ -29,7 +29,7 @@ config STM_PROTO_BASIC
 
 config STM_PROTO_SYS_T
 	tristate "MIPI SyS-T STM framing protocol driver"
-	default CONFIG_STM
+	default STM
 	help
 	  This is an implementation of MIPI SyS-T protocol to be used
 	  over the STP transport. In addition to the data payload, it



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2019-12-31 17:37 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-12-31 17:36 [PATCH] stm: Kconfig: Remove CONFIG_ prefixes Joe Perches

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®