diff --git a/[refs] b/[refs] index e4311dcf8513..95dfc1473e10 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 97a1fcbb20fcbb0177567fd2dbcc6ed1bcc450ce +refs/heads/master: d1709e477f203c0538f94c4d1ac981d08325eebf diff --git a/trunk/drivers/video/Kconfig b/trunk/drivers/video/Kconfig index 564cc9b51822..a7231d171bd5 100644 --- a/trunk/drivers/video/Kconfig +++ b/trunk/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"