diff options
author | Antonino A. Daplas <adaplas@gmail.com> | 2006-01-09 23:53:13 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-01-10 11:01:46 -0500 |
commit | cb639258f92b2407c50f79a95364f42932481389 (patch) | |
tree | bb069095848bf723f4bfd06e027e6c467b8931b3 /drivers/video/Kconfig | |
parent | 313e58ab362473fb471f32b7bf86587f7c627a11 (diff) |
[PATCH] fbdev: atyfb: Remove BIOS-less booting
CONFIG_ATYFB_XL_INIT option is broken for a long time. It will always cause a
kernel hang.
Since no one has fixed this problem for some time now, remove it from atyfb.
Signed-off-by: Antonino Daplas <adaplas@pol.net>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'drivers/video/Kconfig')
-rw-r--r-- | drivers/video/Kconfig | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/drivers/video/Kconfig b/drivers/video/Kconfig index 3f04427c9026..ba757fb5a657 100644 --- a/drivers/video/Kconfig +++ b/drivers/video/Kconfig | |||
@@ -993,12 +993,6 @@ config FB_ATY_GENERIC_LCD | |||
993 | Say Y if you have a laptop with an ATI Rage LT PRO, Rage Mobility, | 993 | Say Y if you have a laptop with an ATI Rage LT PRO, Rage Mobility, |
994 | Rage XC, or Rage XL chipset. | 994 | Rage XC, or Rage XL chipset. |
995 | 995 | ||
996 | config FB_ATY_XL_INIT | ||
997 | bool "Rage XL No-BIOS Init support" | ||
998 | depends on FB_ATY_CT | ||
999 | help | ||
1000 | Say Y here to support booting a Rage XL without BIOS support. | ||
1001 | |||
1002 | config FB_ATY_GX | 996 | config FB_ATY_GX |
1003 | bool "Mach64 GX support" if PCI | 997 | bool "Mach64 GX support" if PCI |
1004 | depends on FB_ATY | 998 | depends on FB_ATY |