Signed-off-by: Thierry Escande <thierry.escande@xxxxxxxxxxxxxxx> --- backport/Kconfig | 2 ++ backport/Makefile.kernel | 2 ++ dependencies | 4 ++++ 3 files changed, 8 insertions(+) diff --git a/backport/Kconfig b/backport/Kconfig index 8a38d61..6ab0991 100644 --- a/backport/Kconfig +++ b/backport/Kconfig @@ -36,3 +36,5 @@ source drivers/ssb/Kconfig source drivers/bcma/Kconfig source drivers/gpu/drm/Kconfig + +source net/nfc/Kconfig diff --git a/backport/Makefile.kernel b/backport/Makefile.kernel index 8aa3e4a..4d00bda 100644 --- a/backport/Makefile.kernel +++ b/backport/Makefile.kernel @@ -23,3 +23,5 @@ obj-$(CPTCFG_SSB) += drivers/ssb/ obj-$(CPTCFG_BCMA) += drivers/bcma/ obj-$(CPTCFG_ETHERNET) += drivers/net/ethernet/ obj-$(CPTCFG_DRM) += drivers/gpu/drm/ +obj-$(CPTCFG_NFC) += net/nfc/ +obj-$(CPTCFG_NFC) += drivers/nfc/ diff --git a/dependencies b/dependencies index 7c79449..e9aaa2e 100644 --- a/dependencies +++ b/dependencies @@ -83,3 +83,7 @@ BRCMDBG 2.6.30 # backport it, but I can't test that and this is a # lot easier right now. BT_HIDP 2.6.33 + +# NFC core needs PF_NFC defined in socket.h which was +# only introduced in kernel 3.1 +NFC 3.1 -- 1.7.10.4 -- To unsubscribe from this list: send the line "unsubscribe backports" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html