mirror of
https://github.com/torvalds/linux.git
synced 2026-03-08 01:24:47 +01:00
Various hardware, like the Type-C PHY or the Thunderbolt/USB4 NHI, present on Apple SoCs need machine-specific tunables passed from our bootloader m1n1 to the device tree. Add generic helpers so that we don't have to duplicate this across multiple drivers. Reviewed-by: Alyssa Rosenzweig <alyssa@rosenzweig.io> Reviewed-by: Neal Gompa <neal@gompa.dev> Reviewed-by: Janne Grunau <j@jannau.net> Signed-off-by: Sven Peter <sven@kernel.org> Link: https://patch.msgid.link/20251214-b4-atcphy-v3-1-ba82b20e9459@kernel.org Signed-off-by: Vinod Koul <vkoul@kernel.org>
13 lines
341 B
Makefile
13 lines
341 B
Makefile
# SPDX-License-Identifier: GPL-2.0-only
|
|
|
|
obj-$(CONFIG_APPLE_MAILBOX) += apple-mailbox.o
|
|
apple-mailbox-y = mailbox.o
|
|
|
|
obj-$(CONFIG_APPLE_RTKIT) += apple-rtkit.o
|
|
apple-rtkit-y = rtkit.o rtkit-crashlog.o
|
|
|
|
obj-$(CONFIG_APPLE_SART) += apple-sart.o
|
|
apple-sart-y = sart.o
|
|
|
|
obj-$(CONFIG_APPLE_TUNABLE) += apple-tunable.o
|
|
apple-tunable-y = tunable.o
|