From adb022054b54d7ef75ed1e85e4a1e5a5bdd23c66 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Thu, 30 Oct 2014 08:18:58 -0600 Subject: [PATCH] Fix typo introduced into a Kconfig file in the last few days. Thanks to Sebastien Lorquet --- configs/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/Kconfig b/configs/Kconfig index dad113ed32..9941eaf636 100755 --- a/configs/Kconfig +++ b/configs/Kconfig @@ -985,7 +985,7 @@ config BOARD_CUSTOM_BUTTONS bool "Custom board buttons" default n select ARCH_HAVE_BUTTONS - select ARCH__BUTTONS + select ARCH_BUTTONS config BOARD_CUSTOM_IRQBUTTONS bool "Custom Board IRQ buttons"