# SPDX-License-Identifier: GPL-2.0-only # # [31mCONFIG_NFC[0m sybsystem configuration # menuconfig [31mCONFIG_NFC[0m depends on [31mCONFIG_NET[0m depends on [31mCONFIG_RFKILL[0m || ![31mCONFIG_RFKILL[0m tristate "NFC subsystem support" default n help Say Y here if you want to build support for [31mCONFIG_NFC[0m (Near field communication) devices. To compile this support as a module, choose [31mCONFIG_M[0m here: the module will be called nfc. config [31mCONFIG_NFC_DIGITAL[0m depends on [31mCONFIG_NFC[0m select [31mCONFIG_CRC_CCITT[0m select [31mCONFIG_CRC_ITU_T[0m tristate "NFC Digital Protocol stack support" default n help Say Y if you want to build [31mCONFIG_NFC[0m digital protocol stack support. This is needed by [31mCONFIG_NFC[0m chipsets whose firmware only implement the [31mCONFIG_NFC[0m analog layer. To compile this support as a module, choose [31mCONFIG_M[0m here: the module will be called nfc_digital. source "net/nfc/nci/Kconfig" source "net/nfc/hci/Kconfig" source "drivers/nfc/Kconfig" |