diff options
author | Joe Burmeister <joe.burmeister@codethink.co.uk> | 2013-09-27 11:21:24 +0100 |
---|---|---|
committer | Joe Burmeister <joe.burmeister@codethink.co.uk> | 2013-09-27 11:21:24 +0100 |
commit | 4307572e0506423dd994cd643b78df902dd7308f (patch) | |
tree | b1f1ee5c235e1c4e485cff43686bc93fc054dc2d | |
parent | 5140f618bd56965c89c461ad06f1c3941cfb48de (diff) | |
download | linux-baserock/jabjoe/morph_graphics.tar.gz |
Add normal VESA.baserock/jabjoe/morph_graphics
-rw-r--r-- | linux.morph | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/linux.morph b/linux.morph index 36f9d3fff947..061e01ec0cdd 100644 --- a/linux.morph +++ b/linux.morph @@ -45,6 +45,9 @@ "scripts/config -e HW_RANDOM_VIRTIO", "scripts/config -e DRM_CIRRUS_QEMU", "scripts/config -e FB_CIRRUS", + "scripts/config -e FB_UVESA", + "scripts/config -e FB_VESA", + "scripts/config -e FB_BOOT_VESA_SUPPORT", "scripts/config -e R8169", "scripts/config -e 8139TOO", "scripts/config -e 8139CP", |