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 3/5][KERNEL] crownbay: cleanup bsp config
Date: Fri,  7 Oct 2011 08:15:37 -0500	[thread overview]
Message-ID: <d32a651c5b1776d27207db198e42731c78fba930.1317993031.git.tom.zanussi@intel.com> (raw)
In-Reply-To: <913facfef4ffff121bbbad386a4f30e69541455b.1317993031.git.tom.zanussi@intel.com>
In-Reply-To: <cover.1317993031.git.tom.zanussi@intel.com>

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

Remove unnecessary options or options already defined in base configs.

Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
---
 meta/cfg/kernel-cache/bsp/crownbay/crownbay.cfg |   34 +++++-----------------
 meta/cfg/kernel-cache/bsp/crownbay/crownbay.scc |    5 ++-
 2 files changed, 11 insertions(+), 28 deletions(-)

diff --git a/meta/cfg/kernel-cache/bsp/crownbay/crownbay.cfg b/meta/cfg/kernel-cache/bsp/crownbay/crownbay.cfg
index 8081001..e93c0b8 100644
--- a/meta/cfg/kernel-cache/bsp/crownbay/crownbay.cfg
+++ b/meta/cfg/kernel-cache/bsp/crownbay/crownbay.cfg
@@ -27,6 +27,12 @@ CONFIG_SOUND=y
 CONFIG_SND=y
 CONFIG_SND_HDA_INTEL=y
 CONFIG_SATA_AHCI=y
+CONFIG_AGP=y
+CONFIG_PM=y
+CONFIG_ACPI=y
+CONFIG_BACKLIGHT_LCD_SUPPORT=y
+CONFIG_BACKLIGHT_CLASS_DEVICE=y
+CONFIG_INPUT=y
 
 # Make sure these are on, otherwise the bootup won't be fun
 CONFIG_EXT3_FS=y
@@ -37,36 +43,12 @@ CONFIG_SHMEM=y
 CONFIG_TMPFS=y
 CONFIG_PACKET=y
 
-# These are needed for the Poulsbo kernel modules
-CONFIG_I2C=y
-CONFIG_AGP=y
-CONFIG_VFAT_FS=y
-CONFIG_PM=y
-CONFIG_ACPI=y
-CONFIG_FB=y
-CONFIG_BACKLIGHT_LCD_SUPPORT=y
-CONFIG_BACKLIGHT_CLASS_DEVICE=y
-CONFIG_INPUT=y
-CONFIG_VIDEO_V4L2=y
-CONFIG_VIDEO_IVTV=y
-CONFIG_MEDIA_SUPPORT=y
-CONFIG_VIDEO_CAPTURE_DRIVERS=y
-CONFIG_VIDEO_DEV=y
-CONFIG_VIDEO_V4L2_COMMON=y
-CONFIG_I2C_ALGOBIT=y
-CONFIG_FB_CFB_COPYAREA=y
-CONFIG_FB_CFB_IMAGEBLIT=y
-CONFIG_FB_CFB_FILLRECT=y
-CONFIG_VIDEO_FB_IVTV=y
-
 # Needed for booting (and using) USB memory sticks
-CONFIG_USB_STORAGE=y
-CONFIG_BLK_DEV_RAM=y
 CONFIG_BLK_DEV_LOOP=y
-CONFIG_BLK_DEV_INITRD=y
-CONFIG_RD_GZIP=y
 CONFIG_NLS_CODEPAGE_437=y
 CONFIG_NLS_ISO8859_1=y
 
+CONFIG_RD_GZIP=y
+
 # Needed for booting (and using) CD images
 CONFIG_BLK_DEV_SR=y
diff --git a/meta/cfg/kernel-cache/bsp/crownbay/crownbay.scc b/meta/cfg/kernel-cache/bsp/crownbay/crownbay.scc
index 54284b2..391b955 100644
--- a/meta/cfg/kernel-cache/bsp/crownbay/crownbay.scc
+++ b/meta/cfg/kernel-cache/bsp/crownbay/crownbay.scc
@@ -8,11 +8,12 @@ include features/intel-e1xxxx/intel-e1xxxx.scc
 include features/drm-emgd/drm-emgd.scc
 include features/dmaengine/dmaengine.scc
 include features/serial/8250.scc
+include features/hpet/hpet.scc
+include features/framebuffer/vesafb.scc
+include cfg/usb-mass-storage.scc
 include cfg/boot-live.scc
 
 include features/logbuf/size-normal.scc
 
 include features/latencytop/latencytop.scc
 include features/profiling/profiling.scc
-
-include features/hpet/hpet.scc
-- 
1.7.0.4



  parent reply	other threads:[~2011-10-07 13:14 UTC|newest]

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

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=d32a651c5b1776d27207db198e42731c78fba930.1317993031.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.