From: Alexander Beregalov Date: Fri, 3 Apr 2009 13:33:32 +0000 (+0000) Subject: parisc: stifb: should depend on STI_CONSOLE X-Git-Tag: v2.6.31-rc2~2^2~25 X-Git-Url: http://git.cascardo.eti.br/?a=commitdiff_plain;h=17085a934592585bd878884dee04b850a367be10;p=cascardo%2Flinux.git parisc: stifb: should depend on STI_CONSOLE Fix this build error when CONFIG_STI_CONSOLE is not set drivers/video/stifb.c:1337: undefined reference to `sti_get_rom' Signed-off-by: Alexander Beregalov Signed-off-by: Kyle McMartin --- diff --git a/drivers/video/Kconfig b/drivers/video/Kconfig index d6d65ef85f54..8afcf08eba98 100644 --- a/drivers/video/Kconfig +++ b/drivers/video/Kconfig @@ -616,6 +616,8 @@ config FB_STI select FB_CFB_FILLRECT select FB_CFB_COPYAREA select FB_CFB_IMAGEBLIT + select STI_CONSOLE + select VT default y ---help--- STI refers to the HP "Standard Text Interface" which is a set of