mirror of https://gitee.com/openkylin/linux.git
Revert "staging: board: disable as it breaks the build"
This reverts commitd13778d537
. Commit13c1107253
("staging:board: remove unnecessary function") fixed the build of drivers/staging/board/board.c. Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> Reviewed-by: Simon Horman <horms+renesas@verge.net.au> Acked-by: Simon Horman <horms+renesas@verge.net.au> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
92a0616a4f
commit
d4f4708ae0
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in New Issue