From: Ng Wei Tee <[email protected]> This patch will enabled Wifi and Bluetooth driver by using configs available in mwifiex.cfg, mac80211.cfg, bluetooth.cfg and bluetooth-usb.cfg
Signed-off-by: Ng Wei Tee <[email protected]> --- .../bsp/valleyisland/valleyisland-32.scc | 7 +++++++ .../kernel-cache/bsp/valleyisland/valleyisland.scc | 7 +++++++ 2 files changed, 14 insertions(+) diff --git a/meta/cfg/kernel-cache/bsp/valleyisland/valleyisland-32.scc b/meta/cfg/kernel-cache/bsp/valleyisland/valleyisland-32.scc index c4abf09..2627f2b 100644 --- a/meta/cfg/kernel-cache/bsp/valleyisland/valleyisland-32.scc +++ b/meta/cfg/kernel-cache/bsp/valleyisland/valleyisland-32.scc @@ -22,3 +22,10 @@ include features/usb/ehci-hcd.scc include features/usb/xhci-hcd.scc kconf hardware bsp/common-pc/common-pc-eth.cfg + +include features/bluetooth/bluetooth.scc +include features/bluetooth/bluetooth-usb.scc + +include features/mwifiex/mwifiex.scc + +include features/mac80211/mac80211.scc diff --git a/meta/cfg/kernel-cache/bsp/valleyisland/valleyisland.scc b/meta/cfg/kernel-cache/bsp/valleyisland/valleyisland.scc index a2ab675..6369983 100644 --- a/meta/cfg/kernel-cache/bsp/valleyisland/valleyisland.scc +++ b/meta/cfg/kernel-cache/bsp/valleyisland/valleyisland.scc @@ -22,3 +22,10 @@ include features/usb/ehci-hcd.scc include features/usb/xhci-hcd.scc kconf hardware bsp/common-pc/common-pc-eth.cfg + +include features/bluetooth/bluetooth.scc +include features/bluetooth/bluetooth-usb.scc + +include features/mwifiex/mwifiex.scc + +include features/mac80211/mac80211.scc -- 1.7.9.5 -- _______________________________________________ linux-yocto mailing list [email protected] https://lists.yoctoproject.org/listinfo/linux-yocto
