From 8f49bec6c36c73f0c212e07229b19fb4bba85788 Mon Sep 17 00:00:00 2001 From: Thierry Escande Date: Mon, 4 Jul 2016 16:42:55 +0200 Subject: [PATCH] NFC: nfcsim: Fix missing dependency on NFC_DIGITAL The nfcsim driver now depends on the Digital layer. This patch adds the missing dependency on NFC_DIGITAL for NFC_SIM config. Signed-off-by: Thierry Escande Signed-off-by: Samuel Ortiz --- drivers/nfc/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/nfc/Kconfig b/drivers/nfc/Kconfig index ea8321a483f9..9d2369269abf 100644 --- a/drivers/nfc/Kconfig +++ b/drivers/nfc/Kconfig @@ -40,6 +40,7 @@ config NFC_MEI_PHY config NFC_SIM tristate "NFC hardware simulator driver" + depends on NFC_DIGITAL help This driver declares two virtual NFC devices supporting NFC-DEP protocol. An LLCP connection can be established between them and