drivers/nfc/st95hf/Kconfig

Source file repositories/reference/linux-study-clean/drivers/nfc/st95hf/Kconfig

File Facts

System
Linux kernel
Corpus path
drivers/nfc/st95hf/Kconfig
Extension
[no extension]
Size
458 bytes
Lines
12
Domain
Driver Families
Bucket
drivers/nfc
Inferred role
Driver Families: build/configuration rule
Status
atlas-only

Why This File Exists

Repeatable hardware-adapter layer. Deep compatibility for every driver is out of scope; this atlas records patterns, probe lifecycles, bus glue, IRQ/DMA usage, and links back to core abstractions.

Dependency Surface

Detected Declarations

Annotated Snippet

# SPDX-License-Identifier: GPL-2.0-only
config NFC_ST95HF
	tristate "ST95HF NFC Transceiver driver"
	depends on SPI && NFC_DIGITAL
	help
	This enables the ST NFC driver for ST95HF NFC transceiver.
	This makes use of SPI framework to communicate with transceiver
	and registered with NFC digital core to support Linux NFC framework.

	Say Y here to compile support for ST NFC transceiver ST95HF
	linux driver into the kernel or say M to compile it as module.

Annotation

Implementation Notes