Created
March 10, 2014 18:07
-
-
Save anonymous/9470577 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sergey@localhost ~ % cat /usr/src/linux/.config | grep FB | |
# CONFIG_X86_SYSFB is not set | |
# CONFIG_NET_SCH_SFB is not set | |
# CONFIG_IFB is not set | |
CONFIG_FB=y | |
# CONFIG_FB_DDC is not set | |
CONFIG_FB_BOOT_VESA_SUPPORT=y | |
CONFIG_FB_CFB_FILLRECT=y | |
CONFIG_FB_CFB_COPYAREA=y | |
CONFIG_FB_CFB_IMAGEBLIT=y | |
# CONFIG_FB_CFB_REV_PIXELS_IN_BYTE is not set | |
# CONFIG_FB_SYS_FILLRECT is not set | |
# CONFIG_FB_SYS_COPYAREA is not set | |
# CONFIG_FB_SYS_IMAGEBLIT is not set | |
# CONFIG_FB_FOREIGN_ENDIAN is not set | |
# CONFIG_FB_SYS_FOPS is not set | |
# CONFIG_FB_SVGALIB is not set | |
# CONFIG_FB_MACMODES is not set | |
# CONFIG_FB_BACKLIGHT is not set | |
CONFIG_FB_MODE_HELPERS=y | |
# CONFIG_FB_TILEBLITTING is not set | |
# CONFIG_FB_CIRRUS is not set | |
# CONFIG_FB_PM2 is not set | |
# CONFIG_FB_CYBER2000 is not set | |
# CONFIG_FB_ARC is not set | |
# CONFIG_FB_ASILIANT is not set | |
# CONFIG_FB_IMSTT is not set | |
# CONFIG_FB_VGA16 is not set | |
CONFIG_FB_UVESA=y | |
CONFIG_FB_VESA=y | |
CONFIG_FB_EFI=y | |
# CONFIG_FB_N411 is not set | |
# CONFIG_FB_HGA is not set | |
# CONFIG_FB_S1D13XXX is not set | |
# CONFIG_FB_NVIDIA is not set | |
# CONFIG_FB_RIVA is not set | |
# CONFIG_FB_I740 is not set | |
# CONFIG_FB_LE80578 is not set | |
# CONFIG_FB_MATROX is not set | |
# CONFIG_FB_RADEON is not set | |
# CONFIG_FB_ATY128 is not set | |
# CONFIG_FB_ATY is not set | |
# CONFIG_FB_S3 is not set | |
# CONFIG_FB_SAVAGE is not set | |
# CONFIG_FB_SIS is not set | |
# CONFIG_FB_VIA is not set | |
# CONFIG_FB_NEOMAGIC is not set | |
# CONFIG_FB_KYRO is not set | |
# CONFIG_FB_3DFX is not set | |
# CONFIG_FB_VOODOO1 is not set | |
# CONFIG_FB_VT8623 is not set | |
# CONFIG_FB_TRIDENT is not set | |
# CONFIG_FB_ARK is not set | |
# CONFIG_FB_PM3 is not set | |
# CONFIG_FB_CARMINE is not set | |
# CONFIG_FB_TMIO is not set | |
# CONFIG_FB_SMSCUFX is not set | |
# CONFIG_FB_UDL is not set | |
# CONFIG_FB_GOLDFISH is not set | |
# CONFIG_FB_VIRTUAL is not set | |
# CONFIG_FB_METRONOME is not set | |
# CONFIG_FB_MB862XX is not set | |
# CONFIG_FB_BROADSHEET is not set | |
# CONFIG_FB_AUO_K190X is not set | |
# CONFIG_FB_SIMPLE is not set | |
CONFIG_FB_CON_DECOR=y |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment