[<prev] [next>] [day] [month] [year] [list]
Message-ID: <9e91f7b068ab99a2df041fbcf4786824b47f186b.camel@perches.com>
Date: Tue, 31 Dec 2019 09:36:44 -0800
From: Joe Perches <joe@...ches.com>
To: Alexander Shishkin <alexander.shishkin@...ux.intel.com>
Cc: LKML <linux-kernel@...r.kernel.org>
Subject: [PATCH] stm: Kconfig: Remove CONFIG_ prefixes
Kconfig does not use the CONFIG_ prefix in a default statement
so remove these two uses.
Signed-off-by: Joe Perches <joe@...ches.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
Powered by blists - more mailing lists