Include the generic and vendor-specific NFC hardware support fragments in all intel-common standard kernel configurations.
Partial fix for [YOCTO #7451]. Signed-off-by: Cristian Iorga <[email protected]> --- meta/cfg/kernel-cache/bsp/intel-common/intel-common-drivers.scc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta/cfg/kernel-cache/bsp/intel-common/intel-common-drivers.scc b/meta/cfg/kernel-cache/bsp/intel-common/intel-common-drivers.scc index e0591fa..ca26cd1 100644 --- a/meta/cfg/kernel-cache/bsp/intel-common/intel-common-drivers.scc +++ b/meta/cfg/kernel-cache/bsp/intel-common/intel-common-drivers.scc @@ -37,6 +37,8 @@ include features/iwlegacy/iwlegacy.scc # Various RF/Wireless technologies include features/nfc/nfc.scc +include features/nfc/nfc-generic.scc +include features/nfc/nfc-vendor.scc include features/bluetooth/bluetooth.scc include features/bluetooth/bluetooth-usb.scc include features/ieee802154/ieee802154.scc -- 2.1.4 -- _______________________________________________ linux-yocto mailing list [email protected] https://lists.yoctoproject.org/listinfo/linux-yocto
