X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=net%2Fnfc%2FKconfig;h=6e0fa0cce1982a8825d36e7966851a46fe1bcb2e;hb=736b87213b5d832b8b51d2350d9510c67cc02409;hp=5948b2fc72f63d3a9994e962b1366f8913c61ed7;hpb=19d2f8e0fb7bba99cc585d2467e9fa54a84c8557;p=deliverable%2Flinux.git diff --git a/net/nfc/Kconfig b/net/nfc/Kconfig index 5948b2fc72f6..6e0fa0cce198 100644 --- a/net/nfc/Kconfig +++ b/net/nfc/Kconfig @@ -14,6 +14,20 @@ menuconfig NFC To compile this support as a module, choose M here: the module will be called nfc. +config NFC_DIGITAL + depends on NFC + select CRC_CCITT + select CRC_ITU_T + tristate "NFC Digital Protocol stack support" + default n + help + Say Y if you want to build NFC digital protocol stack support. + This is needed by NFC chipsets whose firmware only implement + the NFC analog layer. + + To compile this support as a module, choose M here: the module will + be called nfc_digital. + source "net/nfc/nci/Kconfig" source "net/nfc/hci/Kconfig"