Thanks, applied as 7a44472d11b0a49cac39581762c1467eae62e71c.

Michael

[sent from post-receive hook]

On Fri, 02 Jun 2023 09:17:38 +0200, Roland Hieber <r...@pengutronix.de> wrote:
> Signed-off-by: Roland Hieber <r...@pengutronix.de>
> Message-Id: <20230524210827.3137666-1-...@pengutronix.de>
> Signed-off-by: Michael Olbrich <m.olbr...@pengutronix.de>
> 
> diff --git a/rules/templates/template-class-existing-target-in 
> b/rules/templates/template-class-existing-target-in
> index d563fb7bb657..b1c8e71023bc 100644
> --- a/rules/templates/template-class-existing-target-in
> +++ b/rules/templates/template-class-existing-target-in
> @@ -2,6 +2,4 @@
>  
>  config @CLASS@@PACKAGE@
>       tristate
> -@DEFAULT@@SELECT@    prompt "@package@"
> -     help
> -       FIXME
> +@DEFAULT@@SELECT@@PROMPT@
> diff --git a/rules/templates/template-class-in 
> b/rules/templates/template-class-in
> index d563fb7bb657..b1c8e71023bc 100644
> --- a/rules/templates/template-class-in
> +++ b/rules/templates/template-class-in
> @@ -2,6 +2,4 @@
>  
>  config @CLASS@@PACKAGE@
>       tristate
> -@DEFAULT@@SELECT@    prompt "@package@"
> -     help
> -       FIXME
> +@DEFAULT@@SELECT@@PROMPT@
> diff --git a/scripts/lib/ptxd_lib_template.sh 
> b/scripts/lib/ptxd_lib_template.sh
> index d77c4a73be8c..8d1e22c80ade 100644
> --- a/scripts/lib/ptxd_lib_template.sh
> +++ b/scripts/lib/ptxd_lib_template.sh
> @@ -113,6 +113,14 @@ ptxd_template_read_section() {
>       section_name="${1:-project_specific}"
>      fi
>      ptxd_template_read "enter package section" section "${section_name}"
> +
> +    export PROMPT='  prompt "'${package}'"
> +     help
> +       FIXME
> +'
> +    case "${section}" in
> +     hosttools_noprompt*) PROMPT="";;
> +    esac
>  }
>  export -f ptxd_template_read_section
>  

Reply via email to