Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 75bd8d73 authored by zhangjie's avatar zhangjie
Browse files

[ALM:10872985] nfc bringup

&&&%%%comment:nfc bringup
&&&%%%bug number:10872985
&&&%%%product name:sm7225_r_fp4
&&&%%%Module_Impact:nfc
&&&%%%Test_Suggestion:.
&&&%%%Solution:.
&&&%%%Test_Report:ok
parent efdbc9fb
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -267,7 +267,8 @@ CONFIG_BTFM_SLIM_WCN3990=y
CONFIG_CFG80211=y
CONFIG_CFG80211_INTERNAL_REGDB=y
CONFIG_RFKILL=y
CONFIG_NFC_NQ=y
#CONFIG_NFC_NQ=y
CONFIG_NFC_ST21NFC=y
CONFIG_FW_LOADER_USER_HELPER=y
CONFIG_FW_LOADER_USER_HELPER_FALLBACK=y
# CONFIG_FW_CACHE is not set
+2 −1
Original line number Diff line number Diff line
@@ -273,7 +273,8 @@ CONFIG_BTFM_SLIM_WCN3990=y
CONFIG_CFG80211=y
CONFIG_CFG80211_INTERNAL_REGDB=y
CONFIG_RFKILL=y
CONFIG_NFC_NQ=y
#CONFIG_NFC_NQ=y
CONFIG_NFC_ST21NFC=y
CONFIG_FW_LOADER_USER_HELPER=y
CONFIG_FW_LOADER_USER_HELPER_FALLBACK=y
# CONFIG_FW_CACHE is not set
+6 −0
Original line number Diff line number Diff line
@@ -67,3 +67,9 @@ config NFC_NQ
          This enables the NFC driver for NQx based devices.
          This is for i2c connected version. NCI protocol logic
          resides in the usermode and it has no other NFC dependencies.

config NFC_ST21NFC
        bool "ST Microelectronics ST21NFC NFC Controller Driver"
        depends on I2C
        help
          ST Microelectronics ST21NFC Near Field Communication controller support.
+1 −0
Original line number Diff line number Diff line
@@ -13,6 +13,7 @@ obj-$(CONFIG_NFC_PORT100) += port100.o
obj-$(CONFIG_NFC_MRVL)		+= nfcmrvl/
obj-$(CONFIG_NFC_TRF7970A)	+= trf7970a.o
obj-$(CONFIG_NFC_ST21NFCA)  	+= st21nfca/
obj-$(CONFIG_NFC_ST21NFC)	+= st21nfc.o
obj-$(CONFIG_NFC_ST_NCI)	+= st-nci/
obj-$(CONFIG_NFC_NXP_NCI)	+= nxp-nci/
obj-$(CONFIG_NFC_S3FWRN5)	+= s3fwrn5/

drivers/nfc/st21nfc.c

0 → 100644
+1395 −0

File added.

Preview size limit exceeded, changes collapsed.

Loading