From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from ns.lynxeye.de ([87.118.118.114] helo=lynxeye.de) by bombadil.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1YSB5N-00011Z-IT for barebox@lists.infradead.org; Sun, 01 Mar 2015 21:07:38 +0000 Received: from antimon.intern.lynxeye.de.Speedport_W_504V_Typ_A (p4FD7E534.dip0.t-ipconnect.de [79.215.229.52]) by lynxeye.de (Postfix) with ESMTPA id 2CB8A26C2002 for ; Sun, 1 Mar 2015 22:06:42 +0100 (CET) From: Lucas Stach Date: Sun, 1 Mar 2015 22:06:36 +0100 Message-Id: <1425243997-28330-2-git-send-email-dev@lynxeye.de> In-Reply-To: <1425243997-28330-1-git-send-email-dev@lynxeye.de> References: <1425243997-28330-1-git-send-email-dev@lynxeye.de> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "barebox" Errors-To: barebox-bounces+u.kleine-koenig=pengutronix.de@lists.infradead.org Subject: [PATCH 2/3] menu: depend on !CONFIG_SHELL_NONE To: barebox@lists.infradead.org It doesn't make much sense to have the menuframework but no shell. Fixes: In function `menu_action_command': undefined reference to `run_command' Signed-off-by: Lucas Stach --- common/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/common/Kconfig b/common/Kconfig index d4373431aae8..cf197076dbab 100644 --- a/common/Kconfig +++ b/common/Kconfig @@ -414,6 +414,7 @@ config AUTO_COMPLETE config MENU bool prompt "Menu Framework" + depends on !SHELL_NONE select PROCESS_ESCAPE_SEQUENCE help a menu framework that allow us to create list menu to simplify -- 2.1.0 _______________________________________________ barebox mailing list barebox@lists.infradead.org http://lists.infradead.org/mailman/listinfo/barebox