[yocto] [PATCH 02/10] meta/common-pc: use usb features

Darren Hart dvhart at linux.intel.com
Fri May 11 09:12:37 PDT 2012



On 05/10/2012 05:59 PM, tom.zanussi at intel.com wrote:
> From: Tom Zanussi <tom.zanussi at intel.com>
> 
> Use the available ehci and uhci usb features and remove the associated
> config settings from the top-level common-pc feature.
> 
> Signed-off-by: Tom Zanussi <tom.zanussi at intel.com>

For what this does:

Acked-by: Darren Hart <dvhart at linux.intel.com>

Further thoughts:

I wonder why common-pc does not include OHCI HCDs?

>  CONFIG_USB_STORAGE=y

This should really be pulled out as well and added to the standard and
preempt-rt bsp-ktype.scc files.


>  CONFIG_USB_HID=y
>  CONFIG_USB_HIDDEV=y
> diff --git a/meta/cfg/kernel-cache/bsp/common-pc/common-pc.scc b/meta/cfg/kernel-cache/bsp/common-pc/common-pc.scc
> index bab45e6..2338ea6 100644
> --- a/meta/cfg/kernel-cache/bsp/common-pc/common-pc.scc
> +++ b/meta/cfg/kernel-cache/bsp/common-pc/common-pc.scc
> @@ -2,6 +2,8 @@ kconf hardware common-pc.cfg
>  kconf hardware common-pc-gfx.cfg
>  
>  include cfg/boot-live.scc

This should be moved to the standard and preempt-rt bsp-ktype.scc files
as well.

> +include features/usb/ehci-hcd.scc
> +include features/usb/uhci-hcd.scc
>  include features/intel-e1xxxx/intel-e100.scc
>  include features/intel-e1xxxx/intel-e1xxxx.scc
>  include features/latencytop/latencytop.scc

-- 
Darren Hart
Intel Open Source Technology Center
Yocto Project - Linux Kernel



More information about the yocto mailing list