summaryrefslogtreecommitdiff
path: root/drivers/nfc/Kconfig
diff options
context:
space:
mode:
authorChristophe Ricard <christophe.ricard@gmail.com>2015-06-09 20:26:05 (GMT)
committerSamuel Ortiz <sameo@linux.intel.com>2015-06-10 10:51:44 (GMT)
commited06aeefdac348cfb91a3db5fe1067e3202afd70 (patch)
tree99d82206e0c36d9885fd5b2dc8aef66bb2bfac84 /drivers/nfc/Kconfig
parent2df7f8c69521a4d85dfbc788da260b3c4030980c (diff)
downloadlinux-ed06aeefdac348cfb91a3db5fe1067e3202afd70.tar.xz
nfc: st-nci: Rename st21nfcb to st-nci
STMicroelectronics NFC NCI chips family is extending with the new ST21NFCC using the AMS AS39230 RF booster. The st21nfcb driver is relevant for this solution and might be with future products. Signed-off-by: Christophe Ricard <christophe-h.ricard@st.com> Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
Diffstat (limited to 'drivers/nfc/Kconfig')
-rw-r--r--drivers/nfc/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/nfc/Kconfig b/drivers/nfc/Kconfig
index 107714e..722673c 100644
--- a/drivers/nfc/Kconfig
+++ b/drivers/nfc/Kconfig
@@ -72,6 +72,6 @@ source "drivers/nfc/pn544/Kconfig"
source "drivers/nfc/microread/Kconfig"
source "drivers/nfc/nfcmrvl/Kconfig"
source "drivers/nfc/st21nfca/Kconfig"
-source "drivers/nfc/st21nfcb/Kconfig"
+source "drivers/nfc/st-nci/Kconfig"
source "drivers/nfc/nxp-nci/Kconfig"
endmenu