From: Ong Chun Weng <[email protected]> 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 -- 1.9.1 -- _______________________________________________ linux-yocto mailing list [email protected] https://lists.yoctoproject.org/listinfo/linux-yocto
