drivers/misc/eeprom/Makefile

Source file repositories/reference/linux-study-clean/drivers/misc/eeprom/Makefile

File Facts

System
Linux kernel
Corpus path
drivers/misc/eeprom/Makefile
Extension
[no extension]
Size
426 bytes
Lines
11
Domain
Driver Families
Bucket
drivers/misc
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
obj-$(CONFIG_EEPROM_AT24)	+= at24.o
obj-$(CONFIG_EEPROM_AT25)	+= at25.o
obj-$(CONFIG_EEPROM_MAX6875)	+= max6875.o
obj-$(CONFIG_EEPROM_93CX6)	+= eeprom_93cx6.o
obj-$(CONFIG_EEPROM_93XX46)	+= eeprom_93xx46.o
obj-$(CONFIG_EEPROM_DIGSY_MTC_CFG) += digsy_mtc_eeprom.o
obj-$(CONFIG_EEPROM_IDT_89HPESX) += idt_89hpesx.o
obj-$(CONFIG_EEPROM_EE1004)	+= ee1004.o
obj-$(CONFIG_EEPROM_M24LR) += m24lr.o

Annotation

Implementation Notes