diff options
author | Antonino A. Daplas <adaplas@gmail.com> | 2006-01-09 20:53:13 -0800 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-01-10 08:01:46 -0800 |
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 3f04427c902..ba757fb5a65 100644 --- a/drivers/video/Kconfig +++ b/drivers/video/Kconfig @@ -993,12 +993,6 @@ config FB_ATY_GENERIC_LCD Say Y if you have a laptop with an ATI Rage LT PRO, Rage Mobility, Rage XC, or Rage XL chipset. -config FB_ATY_XL_INIT - bool "Rage XL No-BIOS Init support" - depends on FB_ATY_CT - help - Say Y here to support booting a Rage XL without BIOS support. - config FB_ATY_GX bool "Mach64 GX support" if PCI depends on FB_ATY |