summaryrefslogtreecommitdiffstats
path: root/support/kconfig/lkc.h
diff options
context:
space:
mode:
Diffstat (limited to 'support/kconfig/lkc.h')
-rw-r--r--support/kconfig/lkc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/support/kconfig/lkc.h b/support/kconfig/lkc.h
index eeb6a905a..f8aee5fc6 100644
--- a/support/kconfig/lkc.h
+++ b/support/kconfig/lkc.h
@@ -37,7 +37,7 @@ extern "C" {
#define N_(text) (text)
#ifndef CONFIG_
-#define CONFIG_ "BR2_"
+#define CONFIG_ "CONFIG_"
#endif
static inline const char *CONFIG_prefix(void)
{