diff options
Diffstat (limited to 'drivers/video/Kconfig')
-rw-r--r-- | drivers/video/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/video/Kconfig b/drivers/video/Kconfig index 549b960667c8..55a7df4ea8de 100644 --- a/drivers/video/Kconfig +++ b/drivers/video/Kconfig | |||
@@ -1744,7 +1744,7 @@ endchoice | |||
1744 | 1744 | ||
1745 | config FB_AU1100 | 1745 | config FB_AU1100 |
1746 | bool "Au1100 LCD Driver" | 1746 | bool "Au1100 LCD Driver" |
1747 | depends on (FB = y) && MIPS && SOC_AU1100 | 1747 | depends on (FB = y) && MIPS_ALCHEMY |
1748 | select FB_CFB_FILLRECT | 1748 | select FB_CFB_FILLRECT |
1749 | select FB_CFB_COPYAREA | 1749 | select FB_CFB_COPYAREA |
1750 | select FB_CFB_IMAGEBLIT | 1750 | select FB_CFB_IMAGEBLIT |
@@ -1755,7 +1755,7 @@ config FB_AU1100 | |||
1755 | 1755 | ||
1756 | config FB_AU1200 | 1756 | config FB_AU1200 |
1757 | bool "Au1200 LCD Driver" | 1757 | bool "Au1200 LCD Driver" |
1758 | depends on (FB = y) && MIPS && SOC_AU1200 | 1758 | depends on (FB = y) && MIPS_ALCHEMY |
1759 | select FB_CFB_FILLRECT | 1759 | select FB_CFB_FILLRECT |
1760 | select FB_CFB_COPYAREA | 1760 | select FB_CFB_COPYAREA |
1761 | select FB_CFB_IMAGEBLIT | 1761 | select FB_CFB_IMAGEBLIT |