From fbca4d4ecf7fd5bc37999cf568d3fff845ccf565 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Mon, 30 Nov 2015 13:10:33 -0600 Subject: [PATCH] SAME70-Xplained: Update configuration: Board has only one button --- configs/same70-xplained/nsh/defconfig | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/configs/same70-xplained/nsh/defconfig b/configs/same70-xplained/nsh/defconfig index 6b0c0af14ba..4dedce24374 100644 --- a/configs/same70-xplained/nsh/defconfig +++ b/configs/same70-xplained/nsh/defconfig @@ -786,11 +786,11 @@ CONFIG_BUILTIN_PROXY_STACKSIZE=1024 # CONFIG_EXAMPLES_BUTTONS=y CONFIG_EXAMPLES_BUTTONS_MIN=0 -CONFIG_EXAMPLES_BUTTONS_MAX=1 +CONFIG_EXAMPLES_BUTTONS_MAX=0 CONFIG_EXAMPLES_IRQBUTTONS_MIN=0 -CONFIG_EXAMPLES_IRQBUTTONS_MAX=1 +CONFIG_EXAMPLES_IRQBUTTONS_MAX=0 CONFIG_EXAMPLES_BUTTONS_NAME0="SW0" -CONFIG_EXAMPLES_BUTTONS_NAME1="SW1" +CONFIG_EXAMPLES_BUTTONS_NAME1="Button 1" CONFIG_EXAMPLES_BUTTONS_NAME2="Button 2" CONFIG_EXAMPLES_BUTTONS_NAME3="Button 3" CONFIG_EXAMPLES_BUTTONS_NAME4="Button 4"