From: Geert Uytterhoeven Date: Wed, 17 Jun 2015 08:38:50 +0000 (+0200) Subject: Revert "staging: board: disable as it breaks the build" X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=d4f4708ae0d0e7e99d5d5c42b3b4a317dab3c01b;p=linux.git Revert "staging: board: disable as it breaks the build" This reverts commit d13778d537a0ed6115d2a79a942af999cfb8eec6. Commit 13c11072536f2613 ("staging:board: remove unnecessary function") fixed the build of drivers/staging/board/board.c. Signed-off-by: Geert Uytterhoeven Reviewed-by: Simon Horman Acked-by: Simon Horman Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/board/Kconfig b/drivers/staging/board/Kconfig index 0a89ad16371f7..b8ee81840666a 100644 --- a/drivers/staging/board/Kconfig +++ b/drivers/staging/board/Kconfig @@ -1,7 +1,6 @@ config STAGING_BOARD bool "Staging Board Support" depends on OF_ADDRESS - depends on BROKEN help Select to enable per-board staging support code.