From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter Korsgaard Date: Mon, 04 Jul 2016 15:13:06 +0200 Subject: [Buildroot] [PATCH 01/83 v2] boot/at91bootstrap: choices must have a type In-Reply-To: (Yann E. MORIN's message of "Mon, 4 Jul 2016 11:24:12 +0200") References: Message-ID: <87bn2dh7h9.fsf@dell.be.48ers.dk> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net >>>>> "Yann" == Yann E MORIN writes: > Signed-off-by: "Yann E. MORIN" > --- > boot/at91bootstrap/Config.in | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > diff --git a/boot/at91bootstrap/Config.in b/boot/at91bootstrap/Config.in > index 57fdeda..d131a6a 100644 > --- a/boot/at91bootstrap/Config.in > +++ b/boot/at91bootstrap/Config.in > @@ -26,7 +26,7 @@ config BR2_TARGET_AT91BOOTSTRAP_BOARD > This is used to do a make _config > choice > - prompt "Boot Memory" > + bool "Boot Memory" We use prompts in several other places in Buildroot: git grep 'prompt "' **/Config.in | wc -l 89 And we have "always" done so without issues, so I don't think we need to change this now. -- Bye, Peter Korsgaard