Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Thierry Escande and committed by
Samuel Ortiz
8f49bec6 9f0c4542

+1
+1
drivers/nfc/Kconfig
··· 40 40 41 41 config NFC_SIM 42 42 tristate "NFC hardware simulator driver" 43 + depends on NFC_DIGITAL 43 44 help 44 45 This driver declares two virtual NFC devices supporting NFC-DEP 45 46 protocol. An LLCP connection can be established between them and