drivers/w1/masters/Makefile

Source file repositories/reference/linux-study-clean/drivers/w1/masters/Makefile

File Facts

System
Linux kernel
Corpus path
drivers/w1/masters/Makefile
Extension
[no extension]
Size
480 bytes
Lines
16
Domain
Driver Families
Bucket
drivers/w1
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
#
# Makefile for 1-wire bus master drivers.
#

obj-$(CONFIG_W1_MASTER_AMD_AXI)		+= amd_axi_w1.o
obj-$(CONFIG_W1_MASTER_MATROX)		+= matrox_w1.o
obj-$(CONFIG_W1_MASTER_DS2490)		+= ds2490.o
obj-$(CONFIG_W1_MASTER_DS2482)		+= ds2482.o
obj-$(CONFIG_W1_MASTER_MXC)		+= mxc_w1.o

obj-$(CONFIG_W1_MASTER_GPIO)		+= w1-gpio.o
obj-$(CONFIG_HDQ_MASTER_OMAP)		+= omap_hdq.o
obj-$(CONFIG_W1_MASTER_SGI)		+= sgi_w1.o
obj-$(CONFIG_W1_MASTER_UART)		+= w1-uart.o

Annotation

Implementation Notes