summaryrefslogtreecommitdiffstats
path: root/drivers/video/Config.in
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/video/Config.in')
-rw-r--r--drivers/video/Config.in14
1 files changed, 6 insertions, 8 deletions
diff --git a/drivers/video/Config.in b/drivers/video/Config.in
index 0b30ebb38..fe26b4c01 100644
--- a/drivers/video/Config.in
+++ b/drivers/video/Config.in
@@ -64,14 +64,12 @@ if [ "$CONFIG_FB" = "y" ]; then
fi
if [ "$CONFIG_PPC" = "y" ]; then
bool ' Open Firmware frame buffer device support' CONFIG_FB_OF
- if [ "$CONFIG_FB_OF" = "y" ]; then
- bool ' Apple "control" display support' CONFIG_FB_CONTROL
- bool ' Apple "platinum" display support' CONFIG_FB_PLATINUM
- bool ' Apple "valkyrie" display support' CONFIG_FB_VALKYRIE
- bool ' IMS Twin Turbo display support' CONFIG_FB_IMSTT
- bool ' Chips 65550 display support' CONFIG_FB_CT65550
- bool ' S3 Trio display support' CONFIG_FB_S3TRIO
- fi
+ bool ' Apple "control" display support' CONFIG_FB_CONTROL
+ bool ' Apple "platinum" display support' CONFIG_FB_PLATINUM
+ bool ' Apple "valkyrie" display support' CONFIG_FB_VALKYRIE
+ bool ' Chips 65550 display support' CONFIG_FB_CT65550
+ bool ' IMS Twin Turbo display support' CONFIG_FB_IMSTT
+ bool ' S3 Trio display support' CONFIG_FB_S3TRIO
tristate ' VGA 16-color graphics console' CONFIG_FB_VGA16
fi
if [ "$CONFIG_MAC" = "y" ]; then