All of lore.kernel.org
 help / color / mirror / Atom feed
From: tom.zanussi@intel.com
To: bruce.ashfield@windriver.com, yocto@yoctoproject.org
Subject: [PATCH 2/5][KERNEL] meta: add vesafb feature
Date: Thu, 29 Sep 2011 15:17:04 -0500	[thread overview]
Message-ID: <18c191cc7f26dfec74fbecf2fa4ede8a6828d81a.1317326894.git.tom.zanussi@intel.com> (raw)
In-Reply-To: <b33bc7ad590e46d721bdb16adfb1e90c7d74e221.1317326894.git.tom.zanussi@intel.com>
In-Reply-To: <cover.1317326894.git.tom.zanussi@intel.com>

From: Tom Zanussi <tom.zanussi@intel.com>

Add a 'vesafb feature' that adds basic vesa framebuffer support.

Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
---
 .../kernel-cache/features/framebuffer/vesafb.cfg   |    8 ++++++++
 .../kernel-cache/features/framebuffer/vesafb.scc   |    1 +
 2 files changed, 9 insertions(+), 0 deletions(-)
 create mode 100644 meta/cfg/kernel-cache/features/framebuffer/vesafb.cfg
 create mode 100644 meta/cfg/kernel-cache/features/framebuffer/vesafb.scc

diff --git a/meta/cfg/kernel-cache/features/framebuffer/vesafb.cfg b/meta/cfg/kernel-cache/features/framebuffer/vesafb.cfg
new file mode 100644
index 0000000..9c7f35d
--- /dev/null
+++ b/meta/cfg/kernel-cache/features/framebuffer/vesafb.cfg
@@ -0,0 +1,8 @@
+CONFIG_FB=y
+CONFIG_FB_VESA=y
+CONFIG_FB_BOOT_VESA_SUPPORT=y
+CONFIG_FB_MODE_HELPERS=y
+CONFIG_FB_CFB_COPYAREA=y
+CONFIG_FB_CFB_IMAGEBLIT=y
+CONFIG_FB_CFB_FILLRECT=y
+CONFIG_FRAMEBUFFER_CONSOLE=y
diff --git a/meta/cfg/kernel-cache/features/framebuffer/vesafb.scc b/meta/cfg/kernel-cache/features/framebuffer/vesafb.scc
new file mode 100644
index 0000000..c113097
--- /dev/null
+++ b/meta/cfg/kernel-cache/features/framebuffer/vesafb.scc
@@ -0,0 +1 @@
+kconf non-hardware vesafb.cfg
-- 
1.7.0.4



  parent reply	other threads:[~2011-09-29 20:17 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-09-29 20:17 [PATCH 0/5][KERNEL] some meta-intel bsp cleanup tom.zanussi
2011-09-29 20:17 ` [PATCH 1/5][KERNEL] features/drm-psb: add related config options tom.zanussi
2011-09-30 14:23   ` Bruce Ashfield
2011-09-29 20:17 ` tom.zanussi [this message]
2011-09-30 14:24   ` [PATCH 2/5][KERNEL] meta: add vesafb feature Bruce Ashfield
2011-09-29 20:17 ` [PATCH 3/5][KERNEL] crownbay: cleanup bsp config tom.zanussi
2011-09-30 14:24   ` Bruce Ashfield
2011-09-29 20:17 ` [PATCH 4/5][KERNEL] emenlow: " tom.zanussi
2011-09-29 20:17 ` [PATCH 5/5][KERNEL] jasperforest: " tom.zanussi
2011-09-30 14:25 ` [PATCH 0/5][KERNEL] some meta-intel bsp cleanup Bruce Ashfield
2011-10-07 13:15 [PATCH 1/5][KERNEL] features/drm-psb: add related config options tom.zanussi
2011-10-07 13:15 ` [PATCH 0/5][KERNEL] some meta-intel bsp cleanup, v2 tom.zanussi
2011-10-07 13:15   ` [PATCH 2/5][KERNEL] meta: add vesafb feature tom.zanussi

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=18c191cc7f26dfec74fbecf2fa4ede8a6828d81a.1317326894.git.tom.zanussi@intel.com \
    --to=tom.zanussi@intel.com \
    --cc=bruce.ashfield@windriver.com \
    --cc=yocto@yoctoproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.