From 1bc382586a02bb8646bf36ffeb7d7b474f542fdc Mon Sep 17 00:00:00 2001 From: Darren Hart Date: Wed, 29 Sep 2010 01:47:22 -0700 Subject: linux-wrs: Add support for atom-pc Add the option of using linux-wrs as the kernel provider for atom-pc. This patch uses poky to apply config fragments to the common_pc-standard branch of the linux-wrs kernel. A follow-on patch will remove these once linux-wrs has an atom-pc branch and the config fragments are present in the kernel repository. This configuration boots to a prompt on the BlackSand, but panics unable to find the root partition on the Toshiba NB305 where the "rootwait" kernel boot option appears to be being ignored. Signed-off-by: Darren Hart Signed-off-by: Richard Purdie --- meta/recipes-kernel/linux/linux-wrs/i915.cfg | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 meta/recipes-kernel/linux/linux-wrs/i915.cfg (limited to 'meta/recipes-kernel/linux/linux-wrs') diff --git a/meta/recipes-kernel/linux/linux-wrs/i915.cfg b/meta/recipes-kernel/linux/linux-wrs/i915.cfg new file mode 100644 index 000000000..b20d9ab8f --- /dev/null +++ b/meta/recipes-kernel/linux/linux-wrs/i915.cfg @@ -0,0 +1,18 @@ +CONFIG_I2C=y +CONFIG_I2C_BOARDINFO=y +CONFIG_I2C_COMPAT=y +CONFIG_I2C_HELPER_AUTO=y +CONFIG_I2C_ALGOBIT=y + +CONFIG_AGP=y +CONFIG_AGP_INTEL=y +CONFIG_DRM=y +CONFIG_DRM_KMS_HELPER=y +CONFIG_DRM_I915=y +CONFIG_DRM_I915_KMS=y + +CONFIG_FB=y +CONFIG_FB_CFB_FILLRECT=y +CONFIG_FB_CFB_COPYAREA=y +CONFIG_FB_CFB_IMAGEBLIT=y + -- cgit v1.2.3