From 30bffa96b215a16c3adc88446d3d2ecc66d4450b Mon Sep 17 00:00:00 2001 From: Chris Packham Date: Tue, 2 Feb 2021 21:25:22 +1300 Subject: don't nest choices New versions of Kconfig won't allow choices to be nested. Update the kconfig template accordingly. Signed-off-by: Chris Packham diff --git a/maintainer/kconfig-versions.template b/maintainer/kconfig-versions.template index 1969354..51bb28c 100644 --- a/maintainer/kconfig-versions.template +++ b/maintainer/kconfig-versions.template @@ -68,6 +68,8 @@ config @@fork|@@_SRC_DEVEL Default is the vendor repository at @@repository_url@@ #!end-if +endchoice + if @@fork|@@_SRC_DEVEL choice @@ -176,8 +178,6 @@ config @@fork|@@_CUSTOM_LOCATION endif -endchoice - if EXPERIMENTAL choice bool "@@pkg_label@@ patches origin" -- cgit v0.10.2-6-g49f6