diff options
author | Jonathan Sieber <mail@strfry.org> | 2018-04-26 04:44:44 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2018-04-30 08:56:07 +0000 |
commit | 166813a2251238709cb2fab13e5da856df10a1e4 (patch) | |
tree | 860aadbb6d709a31d62f848341957466849eb489 /main/linux-vanilla/config-vanilla.x86 | |
parent | bf74a0a70ee534469dd0b9f917d7610ac65d8db6 (diff) | |
download | aports-166813a2251238709cb2fab13e5da856df10a1e4.tar.bz2 aports-166813a2251238709cb2fab13e5da856df10a1e4.tar.xz |
main/linux-vanilla: enable VESA framebuffer driver
Diffstat (limited to 'main/linux-vanilla/config-vanilla.x86')
-rw-r--r-- | main/linux-vanilla/config-vanilla.x86 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/linux-vanilla/config-vanilla.x86 b/main/linux-vanilla/config-vanilla.x86 index 767e22dee5..6ee5a0a1dd 100644 --- a/main/linux-vanilla/config-vanilla.x86 +++ b/main/linux-vanilla/config-vanilla.x86 @@ -4771,7 +4771,7 @@ CONFIG_FB=y CONFIG_FB_CMDLINE=y CONFIG_FB_NOTIFY=y CONFIG_FB_DDC=m -# CONFIG_FB_BOOT_VESA_SUPPORT is not set +CONFIG_FB_BOOT_VESA_SUPPORT=y CONFIG_FB_CFB_FILLRECT=y CONFIG_FB_CFB_COPYAREA=y CONFIG_FB_CFB_IMAGEBLIT=y @@ -4803,7 +4803,7 @@ CONFIG_FB_ARC=m # CONFIG_FB_IMSTT is not set CONFIG_FB_VGA16=m CONFIG_FB_UVESA=m -# CONFIG_FB_VESA is not set +CONFIG_FB_VESA=y CONFIG_FB_EFI=y CONFIG_FB_N411=m CONFIG_FB_HGA=m |