From: Ralf Baechle Date: Tue, 24 Jul 2007 01:43:50 +0000 (-0700) Subject: Fix Au1100 fb dependencies, add helptext X-Git-Tag: v3.12-rc1~27588 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d1709e477f203c0538f94c4d1ac981d08325eebf;p=kernel%2Fkernel-generic.git Fix Au1100 fb dependencies, add helptext Signed-off-by: Ralf Baechle Cc: "Antonino A. Daplas" Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/drivers/video/Kconfig b/drivers/video/Kconfig index 564cc9b..a7231d1 100644 --- a/drivers/video/Kconfig +++ b/drivers/video/Kconfig @@ -1571,7 +1571,14 @@ config FB_PM3 config FB_AU1100 bool "Au1100 LCD Driver" - depends on (FB = y) && EXPERIMENTAL && PCI && MIPS && MIPS_PB1100=y + depends on (FB = y) && MIPS && SOC_AU1100 + select FB_CFB_FILLRECT + select FB_CFB_COPYAREA + select FB_CFB_IMAGEBLIT + help + This is the framebuffer driver for the AMD Au1100 SOC. It can drive + various panels and CRTs by passing in kernel cmd line option + au1100fb:panel=. config FB_AU1200 bool "Au1200 LCD Driver"