diff options
author | Thierry Escande <thierry.escande@collabora.com> | 2016-07-04 10:42:55 -0400 |
---|---|---|
committer | Samuel Ortiz <sameo@linux.intel.com> | 2016-07-06 04:02:09 -0400 |
commit | 8f49bec6c36c73f0c212e07229b19fb4bba85788 (patch) | |
tree | 11df1102c3b98938d6797aeaf04f8193a434017f | |
parent | 9f0c4542c49cbd041f2b6943b16644af0a3ff48f (diff) |
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>
-rw-r--r-- | drivers/nfc/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
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 | |||
40 | 40 | ||
41 | config NFC_SIM | 41 | config NFC_SIM |
42 | tristate "NFC hardware simulator driver" | 42 | tristate "NFC hardware simulator driver" |
43 | depends on NFC_DIGITAL | ||
43 | help | 44 | help |
44 | This driver declares two virtual NFC devices supporting NFC-DEP | 45 | This driver declares two virtual NFC devices supporting NFC-DEP |
45 | protocol. An LLCP connection can be established between them and | 46 | protocol. An LLCP connection can be established between them and |