diff options
Diffstat (limited to 'maintainer/kconfig-choice.template')
-rw-r--r-- | maintainer/kconfig-choice.template | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/maintainer/kconfig-choice.template b/maintainer/kconfig-choice.template index cfb52854..12ea12ca 100644 --- a/maintainer/kconfig-choice.template +++ b/maintainer/kconfig-choice.template @@ -6,7 +6,7 @@ choice GEN_CHOICE_@@prefix@@ bool "@@label@@" #!foreach choice -config @@prefix@@_@@choice@@ +config @@prefix@@_@@kcfg_choice@@ bool "@@choice@@" #!foreach dependency @@depline@@ @@ -22,11 +22,11 @@ endchoice config @@prefix@@ string #!foreach choice - default "@@choice@@" if @@prefix@@_@@choice@@ + default "@@choice@@" if @@prefix@@_@@kcfg_choice@@ #!end-foreach #!foreach choice -if @@prefix@@_@@choice@@ +if @@prefix@@_@@kcfg_choice@@ source "config/@@dir@@/@@choice@@.in" endif #!end-foreach |