mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-11 21:38:32 +08:00
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>
This commit is contained in:
parent
9f0c4542c4
commit
8f49bec6c3
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user