[linux-yocto] [PATCH 2/3] nfc-generic: set NFC_HCI_SPI to module

Saul Wold sgw at linux.intel.com
Mon Jan 4 18:21:37 PST 2016


This CONFIG option has be changed from a bool to tristate 4.4, so
ensure we enable as a module here with the rest of the NFC modules.

This addresses the following message:

Value requested for CONFIG_NFC_NCI_SPI not in final .config
Requested value: CONFIG_NFC_NCI_SPI=y
Actual value set: CONFIG_NFC_NCI_SPI=m

Signed-off-by: Saul Wold <sgw at linux.intel.com>
---
 features/nfc/nfc-generic.cfg | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/features/nfc/nfc-generic.cfg b/features/nfc/nfc-generic.cfg
index fddb6af..fc62c7b 100644
--- a/features/nfc/nfc-generic.cfg
+++ b/features/nfc/nfc-generic.cfg
@@ -1,5 +1,5 @@
 CONFIG_NFC_DIGITAL=m
 CONFIG_NFC_NCI=m
-CONFIG_NFC_NCI_SPI=y
+CONFIG_NFC_NCI_SPI=m
 CONFIG_NFC_HCI=m
 CONFIG_NFC_SHDLC=y
-- 
2.5.0



More information about the linux-yocto mailing list