diff options
Diffstat (limited to 'maintainer/kconfig-choice.template')
-rw-r--r-- | maintainer/kconfig-choice.template | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/maintainer/kconfig-choice.template b/maintainer/kconfig-choice.template index b2ca2176..ec66f742 100644 --- a/maintainer/kconfig-choice.template +++ b/maintainer/kconfig-choice.template @@ -25,6 +25,12 @@ config @@dir|@@ default "@@choice@@" if @@dir|@@_@@choice|@@ #!end-foreach +config @@dir|@@_KSYM + string +#!foreach choice + default "@@choice|@@" if @@dir|@@_@@choice|@@ +#!end-foreach + #!foreach choice if @@dir|@@_@@choice|@@ source "config/@@dir@@/@@choice@@.in" |