Kconfig (cf6f3976045468049038cfc45586b8b16c33dd05) | Kconfig (ea6763c104c93acb6554659fe4a3c9e9328a4b51) |
---|---|
1# 2# fbdev configuration 3# 4 5menuconfig FB 6 tristate "Support for frame buffer devices" | 1# 2# fbdev configuration 3# 4 5menuconfig FB 6 tristate "Support for frame buffer devices" |
7 select FB_CMDLINE |
|
7 ---help--- 8 The frame buffer device provides an abstraction for the graphics 9 hardware. It represents the frame buffer of some video hardware and 10 allows application software to access the graphics hardware through 11 a well-defined interface, so the software doesn't need to know 12 anything about the low-level (hardware register) stuff. 13 14 Frame buffer devices work identically across the different --- 32 unchanged lines hidden (view full) --- 47 nvidiafb, i810fb or savagefb. 48 49 In general, choosing Y for this option is safe. If you 50 experience extremely long delays while booting before you get 51 something on your display, try setting this to N. Matrox cards in 52 combination with certain motherboards and monitors are known to 53 suffer from this problem. 54 | 8 ---help--- 9 The frame buffer device provides an abstraction for the graphics 10 hardware. It represents the frame buffer of some video hardware and 11 allows application software to access the graphics hardware through 12 a well-defined interface, so the software doesn't need to know 13 anything about the low-level (hardware register) stuff. 14 15 Frame buffer devices work identically across the different --- 32 unchanged lines hidden (view full) --- 48 nvidiafb, i810fb or savagefb. 49 50 In general, choosing Y for this option is safe. If you 51 experience extremely long delays while booting before you get 52 something on your display, try setting this to N. Matrox cards in 53 combination with certain motherboards and monitors are known to 54 suffer from this problem. 55 |
56config FB_CMDLINE 57 bool 58 |
|
55config FB_DDC 56 tristate 57 depends on FB 58 select I2C_ALGOBIT 59 select I2C 60 default n 61 62config FB_BOOT_VESA_SUPPORT --- 2417 unchanged lines hidden --- | 59config FB_DDC 60 tristate 61 depends on FB 62 select I2C_ALGOBIT 63 select I2C 64 default n 65 66config FB_BOOT_VESA_SUPPORT --- 2417 unchanged lines hidden --- |