From b7920b2c3c10c8562181b6931d0340a1be488acc Mon Sep 17 00:00:00 2001 From: Thierry Escande Date: Mon, 8 Apr 2013 12:26:12 +0200 Subject: [PATCH] build: enable NFC build Signed-off-by: Thierry Escande Signed-off-by: Johannes Berg --- backport/Kconfig | 2 ++ backport/Makefile.kernel | 2 ++ dependencies | 4 ++++ 3 files changed, 8 insertions(+) diff --git a/backport/Kconfig b/backport/Kconfig index 8a38d610c896..6ab099194197 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 8aa3e4a111e0..4d00bda6f134 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 7c794492fcfb..e9aaa2eea0aa 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 -- 2.30.2