diff options
author | Maciej W. Rozycki <macro@linux-mips.org> | 2005-06-13 15:50:42 -0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2005-10-29 14:31:19 -0400 |
commit | a93500037e6cf1d08ce112444386f408a047b548 (patch) | |
tree | 0d7237b66407eed5cc8aa6547681c188c0fb5b7e /drivers/video/Kconfig | |
parent | 478489dd2c94627ca3338368f5e1bcd71639ae00 (diff) |
Fix dependencies for DECstation framebuffers.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'drivers/video/Kconfig')
-rw-r--r-- | drivers/video/Kconfig | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/drivers/video/Kconfig b/drivers/video/Kconfig index 1cd942abb580..7e297947a2b2 100644 --- a/drivers/video/Kconfig +++ b/drivers/video/Kconfig | |||
@@ -1376,7 +1376,7 @@ config FB_HIT | |||
1376 | 1376 | ||
1377 | config FB_PMAG_AA | 1377 | config FB_PMAG_AA |
1378 | bool "PMAG-AA TURBOchannel framebuffer support" | 1378 | bool "PMAG-AA TURBOchannel framebuffer support" |
1379 | depends on (FB = y) && MACH_DECSTATION && TC | 1379 | depends on (FB = y) && TC |
1380 | select FB_CFB_FILLRECT | 1380 | select FB_CFB_FILLRECT |
1381 | select FB_CFB_COPYAREA | 1381 | select FB_CFB_COPYAREA |
1382 | select FB_CFB_IMAGEBLIT | 1382 | select FB_CFB_IMAGEBLIT |
@@ -1387,7 +1387,7 @@ config FB_PMAG_AA | |||
1387 | 1387 | ||
1388 | config FB_PMAG_BA | 1388 | config FB_PMAG_BA |
1389 | bool "PMAG-BA TURBOchannel framebuffer support" | 1389 | bool "PMAG-BA TURBOchannel framebuffer support" |
1390 | depends on (FB = y) && MACH_DECSTATION && TC | 1390 | depends on (FB = y) && TC |
1391 | select FB_CFB_FILLRECT | 1391 | select FB_CFB_FILLRECT |
1392 | select FB_CFB_COPYAREA | 1392 | select FB_CFB_COPYAREA |
1393 | select FB_CFB_IMAGEBLIT | 1393 | select FB_CFB_IMAGEBLIT |
@@ -1398,7 +1398,7 @@ config FB_PMAG_BA | |||
1398 | 1398 | ||
1399 | config FB_PMAGB_B | 1399 | config FB_PMAGB_B |
1400 | bool "PMAGB-B TURBOchannel framebuffer support" | 1400 | bool "PMAGB-B TURBOchannel framebuffer support" |
1401 | depends on (FB = y) && MACH_DECSTATION && TC | 1401 | depends on (FB = y) && TC |
1402 | select FB_CFB_FILLRECT | 1402 | select FB_CFB_FILLRECT |
1403 | select FB_CFB_COPYAREA | 1403 | select FB_CFB_COPYAREA |
1404 | select FB_CFB_IMAGEBLIT | 1404 | select FB_CFB_IMAGEBLIT |
@@ -1410,7 +1410,7 @@ config FB_PMAGB_B | |||
1410 | 1410 | ||
1411 | config FB_MAXINE | 1411 | config FB_MAXINE |
1412 | bool "Maxine (Personal DECstation) onboard framebuffer support" | 1412 | bool "Maxine (Personal DECstation) onboard framebuffer support" |
1413 | depends on (FB = y) && MACH_DECSTATION && TC | 1413 | depends on (FB = y) && MACH_DECSTATION |
1414 | select FB_CFB_FILLRECT | 1414 | select FB_CFB_FILLRECT |
1415 | select FB_CFB_COPYAREA | 1415 | select FB_CFB_COPYAREA |
1416 | select FB_CFB_IMAGEBLIT | 1416 | select FB_CFB_IMAGEBLIT |