[linux-yocto] [yocto-kernel-cache][PATCH 3/6] intel-common: add support for more driver features for 32-bit system
Sullivan, California L
california.l.sullivan at intel.com
Thu Apr 28 17:05:40 PDT 2016
I don't think this patch is necessary, as other than sound these options
are all in intel-common-drivers.scc.
intel-common-drivers-32.scc should be limited to 32-bit specific features.
---
Cal
On 04/27/2016 09:24 PM, chun.weng.ong at intel.com wrote:
> From: Ong Chun Weng <chun.weng.ong at intel.com>
>
> Enable features that supported by Skylake in 32-bit intel common BSP.
>
> ---
> bsp/intel-common/intel-common-drivers-32.scc | 28 ++++++++++++++++++++++++++++
> 1 file changed, 28 insertions(+)
>
> diff --git a/bsp/intel-common/intel-common-drivers-32.scc b/bsp/intel-common/intel-common-drivers-32.scc
> index 7fcddb7..db5fb41 100644
> --- a/bsp/intel-common/intel-common-drivers-32.scc
> +++ b/bsp/intel-common/intel-common-drivers-32.scc
> @@ -3,3 +3,31 @@
> # Common drivers and technologies to enable intel-common 32bit derived BSPs.
> #
> include features/eg20t/eg20t.scc
> +
> +include features/power/intel.scc
> +
> +# OSS sound support
> +include cfg/sound.scc
> +
> +# Enable options for xhci (USB 3.0)
> +include features/usb/xhci-hcd.scc
> +
> +# Enable options for ehci (USB 2.0)
> +include features/usb/ehci-hcd.scc
> +
> +# Coretemp support for Intel platforms
> +include features/thermal/coretemp.scc
> +
> +# Intel High Definition Audio Support
> +include features/sound/snd_hda_intel.scc
> +
> +include features/intel-e1xxxx/intel-e1xxxx.scc
> +
> +# Enable iwlwifi support
> +include features/iwlwifi/iwlwifi.scc
> +
> +# Bluetooth
> +include features/bluetooth/bluetooth.scc
> +
> +# Enable options for the Intel Management Engine Interface include
> +features/amt/mei/mei.scc
More information about the linux-yocto
mailing list