Commit 8f49bec6 authored by Thierry Escande's avatar Thierry Escande Committed by Samuel Ortiz

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: default avatarThierry Escande <thierry.escande@collabora.com>
Signed-off-by: default avatarSamuel Ortiz <sameo@linux.intel.com>
parent 9f0c4542
...@@ -40,6 +40,7 @@ config NFC_MEI_PHY ...@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment