video: Make vexpress DVI driver depend on CONFIG_FB
authorJon Medhurst <tixy@linaro.org>
Tue, 15 Jan 2013 17:45:19 +0000 (17:45 +0000)
committerJon Medhurst <tixy@linaro.org>
Mon, 1 Jul 2013 10:04:19 +0000 (11:04 +0100)
commitc3e43a142a26fa86463426b085e2fb89a452fdb2
treeb83821e80dacaa74bddb435b6530a79810b35861
parentd73a32d90f3e75e3936796783728536907e874b4
video: Make vexpress DVI driver depend on CONFIG_FB

The driver uses symbols from fbmem.c so if CONFIG_FB is not
selected we get build errors like:

drivers/built-in.o: In function `vexpress_dvi_fb_select':
 :(.text+0x1b6c): undefined reference to `lock_fb_info'
 :(.text+0x1ba0): undefined reference to `registered_fb'

Note, this is only a partial solution because we still have a
problem if CONFIG_FB is selected as a module.

Signed-off-by: Jon Medhurst <tixy@linaro.org>
drivers/video/Kconfig
drivers/video/Makefile