sound/aoa/fabrics/Kconfig

Source file repositories/reference/linux-study-clean/sound/aoa/fabrics/Kconfig

File Facts

System
Linux kernel
Corpus path
sound/aoa/fabrics/Kconfig
Extension
[no extension]
Size
391 bytes
Lines
13
Domain
Driver Families
Bucket
sound/aoa
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 SND_AOA_FABRIC_LAYOUT
	tristate "layout-id fabric"
	select SND_AOA_SOUNDBUS
	select SND_AOA_SOUNDBUS_I2S
	help
	This enables the layout-id fabric for the Apple Onboard
	Audio driver, the module holding it all together
	based on the device-tree's layout-id property.
	
	If you are unsure and have a later Apple machine,
	compile it as a module.

Annotation

Implementation Notes