diff options
author | Sedat Dilek <sedat.dilek@credativ.de> | 2019-07-29 09:35:14 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2019-07-29 11:56:27 -0400 |
commit | 8f6920ac0050c3156ce617d78a188dd1f40be93c (patch) | |
tree | 24b3b693b49583996ef1931e4e671d40fcc64496 | |
parent | 6f713f49b4b845d4c7a99b35e50cab5aed3dbbc0 (diff) |
NFC: nxp-nci: Fix recommendation for NFC_NXP_NCI_I2C Kconfig
This is a simple cleanup to the Kconfig help text as discussed in [1].
[1] https://marc.info/?t=155774435600001&r=1&w=2
Suggested-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Suggested-by: Oleg Zhurakivskyy <oleg.zhurakivskyy@intel.com>
Signed-off-by: Sedat Dilek <sedat.dilek@credativ.de>
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
-rw-r--r-- | drivers/nfc/nxp-nci/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/nfc/nxp-nci/Kconfig b/drivers/nfc/nxp-nci/Kconfig index 746b91aa74f0..e1f71deab6fc 100644 --- a/drivers/nfc/nxp-nci/Kconfig +++ b/drivers/nfc/nxp-nci/Kconfig | |||
@@ -22,4 +22,4 @@ config NFC_NXP_NCI_I2C | |||
22 | 22 | ||
23 | To compile this driver as a module, choose m here. The module will | 23 | To compile this driver as a module, choose m here. The module will |
24 | be called nxp_nci_i2c. | 24 | be called nxp_nci_i2c. |
25 | Say Y if unsure. | 25 | Say N if unsure. |