Browse Source

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 <thierry.escande@collabora.com>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
Thierry Escande 9 năm trước cách đây
mục cha
commit
8f49bec6c3
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      drivers/nfc/Kconfig

+ 1 - 0
drivers/nfc/Kconfig

@@ -40,6 +40,7 @@ config NFC_MEI_PHY
 
 
 config NFC_SIM
 config NFC_SIM
 	tristate "NFC hardware simulator driver"
 	tristate "NFC hardware simulator driver"
+	depends on NFC_DIGITAL
 	help
 	help
 	  This driver declares two virtual NFC devices supporting NFC-DEP
 	  This driver declares two virtual NFC devices supporting NFC-DEP
 	  protocol. An LLCP connection can be established between them and
 	  protocol. An LLCP connection can be established between them and