Messages in this thread Patch in this message |  | | From | Eric Anholt <> | Subject | [PATCH 4/4] drivers/vchi: Remove dependency on CONFIG_BROKEN. | Date | Mon, 3 Oct 2016 11:52:09 -0700 |
| |
The driver builds now.
Signed-off-by: Eric Anholt <eric@anholt.net> --- drivers/staging/vc04_services/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/staging/vc04_services/Kconfig b/drivers/staging/vc04_services/Kconfig index 9676fb29075a..db8e1beb89f9 100644 --- a/drivers/staging/vc04_services/Kconfig +++ b/drivers/staging/vc04_services/Kconfig @@ -1,6 +1,6 @@ config BCM2708_VCHIQ tristate "Videocore VCHIQ" - depends on RASPBERRYPI_FIRMWARE && BROKEN + depends on RASPBERRYPI_FIRMWARE default y help Kernel to VideoCore communication interface for the -- 2.9.3
|  |