[linux-yocto] [PATCH 2/2] common-pc-64: add kernel CONFIG options for sugarbay platform
Darren Hart
dvhart at linux.intel.com
Tue Sep 24 12:21:04 PDT 2013
On Tue, 2013-09-24 at 18:23 +0000, nitin.a.kamble at intel.com wrote:
> From: Nitin A Kamble <nitin.a.kamble at intel.com>
>
> Add these Kernel driver config options for Sugarbay platform.
>
> - i915 graphics
> - 8250 serial port
> - usb webcam drivers
> - generic power management support to enable proper suspend/resume
>
> Fixes Bug:
> [YOCTO #5117]
>
> Signed-off-by: Nitin A Kamble <nitin.a.kamble at intel.com>
> ---
> meta/cfg/kernel-cache/bsp/common-pc-64/common-pc-64.scc | 13 +++++++++++++
> 1 file changed, 13 insertions(+)
>
> diff --git a/meta/cfg/kernel-cache/bsp/common-pc-64/common-pc-64.scc b/meta/cfg/kernel-cache/bsp/common-pc-64/common-pc-64.scc
> index c841875..e98a254 100644
> --- a/meta/cfg/kernel-cache/bsp/common-pc-64/common-pc-64.scc
> +++ b/meta/cfg/kernel-cache/bsp/common-pc-64/common-pc-64.scc
> @@ -13,3 +13,16 @@ include features/usb/touchscreen-composite.scc
> include features/intel-e1xxxx/intel-e100.scc
> include features/intel-e1xxxx/intel-e1xxxx.scc
> include features/scsi/cdrom.scc
> +
> +# generic power management
> +include features/power/intel.scc
> +
> +# serial port
> +include cfg/8250.scc
> +
> +# webcam
> +include features/usb/usb-uvcvideo
> +include features/media/v4l2
> +
Please use the explicit path (including the .scc)
> +# sugarbay graphics
> +include features/i915/i915.scc
--
Darren Hart
Intel Open Source Technology Center
Yocto Project - Linux Kernel
More information about the linux-yocto
mailing list